smarthbs/ts/smarthbs.plugins.ts

16 lines
348 B
TypeScript
Raw Normal View History

2023-06-25 00:29:02 +02:00
// node native
import * as path from 'path';
2023-06-25 00:29:02 +02:00
export { path };
import * as smartpath from '@pushrocks/smartpath';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
2017-03-19 17:14:28 +01:00
2023-06-25 00:29:02 +02:00
export { smartpath, smartfile, smartpromise };
// third party
import handlebars from 'handlebars';
export { handlebars };