Files
smarthbs/ts/smarthbs.plugins.ts
T

16 lines
290 B
TypeScript
Raw Permalink 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 smartfs from '@push.rocks/smartfs';
2017-03-19 17:14:28 +01:00
export const smartFs = new smartfs.SmartFs(new smartfs.SmartFsProviderNode());
export { smartfs };
2023-06-25 00:29:02 +02:00
// third party
import handlebars from 'handlebars';
export { handlebars };