smarthbs/ts/smarthbs.plugins.ts

16 lines
348 B
TypeScript
Raw Permalink Normal View History

2023-06-24 22:29:02 +00:00
// node native
import * as path from 'path';
2023-06-24 22:29:02 +00:00
export { path };
import * as smartpath from '@pushrocks/smartpath';
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 };