7 lines
261 B
TypeScript
7 lines
261 B
TypeScript
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartpath from '@pushrocks/smartpath';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as typescript from 'typescript';
|
|
|
|
export { smartfile, smartpath, smartpromise, typescript };
|