11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
/**
|
|
* @file Dummy entry point for the `core` package.
|
|
*
|
|
* This exists to make TypeScript's module resolution more predictable.
|
|
*
|
|
* @internal
|
|
* @ignore
|
|
*/
|
|
|
|
export default {};
|