smartjimp/ts/plugins.ts

14 lines
423 B
TypeScript
Raw Permalink Normal View History

2023-01-09 17:17:33 +00:00
// node native
import * as path from 'path';
export { path };
// @pushrocks scope
2023-11-24 19:08:48 +00:00
import * as levelcache from '@push.rocks/levelcache';
import * as smartfile from '@push.rocks/smartfile';
import * as smarthash from '@push.rocks/smarthash';
import * as smartpath from '@push.rocks/smartpath';
import * as smartrequest from '@push.rocks/smartrequest';
2023-01-09 17:17:33 +00:00
export { levelcache, smartpath, smarthash, smartfile, smartrequest };