smartjimp/ts/smartjimp.plugins.ts
2023-11-24 20:08:48 +01:00

19 lines
491 B
TypeScript

// node native
import * as path from 'path';
export { path };
// @pushrocks scope
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';
export { levelcache, smartpath, smarthash, smartfile, smartrequest };
// third party scope
import sharp from 'sharp';
export { sharp };