swc/crates/swc_bundler/tests/fixture/deno-9200/case1/input/deps.ts
2021-11-09 20:42:49 +09:00

7 lines
140 B
TypeScript

import * as lib from './lib';
// exporting all functions
export * from './lib';
// exporting functions namespaced to segno
export { lib };