mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
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 };
|