smartfuzzy/ts/smartfuzzy.plugins.ts

16 lines
294 B
TypeScript
Raw Normal View History

2021-10-03 15:12:02 +00:00
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2021-10-03 15:37:03 +00:00
export { smartpromise };
2021-10-03 15:12:02 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
2021-10-03 15:37:03 +00:00
export { tsclass };
2021-10-03 15:12:02 +00:00
// third party scope
import leven from 'leven';
import fuseJs from 'fuse.js';
2018-08-19 13:17:59 +00:00
export { leven, fuseJs };