7 lines
70 B
TypeScript
7 lines
70 B
TypeScript
// node native scope
|
|
import * as path from 'path';
|
|
|
|
export {
|
|
path
|
|
}
|