10 lines
161 B
TypeScript
10 lines
161 B
TypeScript
// native scope
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @push.rocks scope
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
export { smartpath };
|