@push.rocks/smarthbs
Version:
handlebars with better fs support
9 lines (8 loc) • 313 B
TypeScript
import * as path from 'path';
export { path };
import * as smartpath from '@pushrocks/smartpath';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpath, smartfile, smartpromise };
import handlebars from 'handlebars';
export { handlebars };