levelcache/ts/levelcache.plugins.ts
2020-02-15 22:38:28 +00:00

15 lines
477 B
TypeScript

// node native scope
import * as path from 'path';
export { path };
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartbucket from '@pushrocks/smartbucket';
import * as smartcache from '@pushrocks/smartcache';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstring from '@pushrocks/smartstring';
import * as smartunique from '@pushrocks/smartunique';
export { lik, smartbucket, smartcache, smartfile, smartstring, smartunique };