smartfuzzy/ts/smartfuzzy.plugins.ts

16 lines
295 B
TypeScript
Raw Normal View History

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