9 lines
239 B
TypeScript
9 lines
239 B
TypeScript
// node native scope
|
|
import * as path from 'path';
|
|
export { path };
|
|
|
|
// @push.rocks scope
|
|
import * as smartnftables from '@push.rocks/smartnftables';
|
|
import * as smartrust from '@push.rocks/smartrust';
|
|
export { smartnftables, smartrust };
|