mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
bbaf619f63
swc_bundler: - [x] Fix wrapped esms. (denoland/deno#9307) - [x] Make test secure.
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/mod.ts
|
|
|
|
|
|
import * as segno from './lib/index.ts';
|
|
|
|
// exporting all functions
|
|
export * from './lib/index.ts';
|
|
|
|
// exporting functions namespaced to segno
|
|
export { segno };
|