swc/crates/swc_bundler/tests/.cache/deno/08fb5ffb652d3ab4254036be928c3aa4652e251a.ts
2021-11-09 20:42:49 +09:00

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 };