smartfuzzy/ts/smartfuzzy.plugins.ts
2021-10-03 17:37:03 +02:00

16 lines
294 B
TypeScript

// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// third party scope
import leven from 'leven';
import fuseJs from 'fuse.js';
export { leven, fuseJs };