2023-06-24 22:29:02 +00:00
|
|
|
// node native
|
2018-08-27 21:04:15 +00:00
|
|
|
import * as path from 'path';
|
2023-06-24 22:29:02 +00:00
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
import * as smartpath from '@pushrocks/smartpath';
|
2018-08-27 21:04:15 +00:00
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
2017-03-19 16:14:28 +00:00
|
|
|
|
2023-06-24 22:29:02 +00:00
|
|
|
export { smartpath, smartfile, smartpromise };
|
|
|
|
|
|
|
|
// third party
|
|
|
|
import handlebars from 'handlebars';
|
|
|
|
|
|
|
|
export { handlebars };
|