Files
smarts3/ts/plugins.ts

16 lines
309 B
TypeScript
Raw Permalink Normal View History

2021-12-18 01:41:50 +01:00
// node native
import * as path from 'path';
export { path };
2021-12-18 01:41:50 +01:00
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
import { RustBridge } from '@push.rocks/smartrust';
2021-12-18 01:41:50 +01:00
export { smartpath, RustBridge };
2021-12-18 01:41:50 +01:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };