Files
smarthbs/ts/smarthbs.plugins.ts
T

16 lines
290 B
TypeScript

// node native
import * as path from 'path';
export { path };
import * as smartfs from '@push.rocks/smartfs';
export const smartFs = new smartfs.SmartFs(new smartfs.SmartFsProviderNode());
export { smartfs };
// third party
import handlebars from 'handlebars';
export { handlebars };