6 lines
59 B
TypeScript
6 lines
59 B
TypeScript
|
import * as foo from './foo.ts';
|
||
|
|
||
|
export default {
|
||
|
foo
|
||
|
};
|