2018-09-02 12:08:15 +00:00
|
|
|
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';
|
|
|
|
|
2018-09-02 12:21:05 +00:00
|
|
|
export { path, smartpromise, smartfile, smartstring, smartpath };
|