8 lines
311 B
TypeScript
8 lines
311 B
TypeScript
import * as path from 'path';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
import * as smartpath from '@pushrocks/smartpath';
|
|
|
|
export { path, smartpromise, smartfile, smartstring, smartpath };
|