smartfuzzy/ts/smartfuzzy.plugins.ts

20 lines
296 B
TypeScript
Raw Normal View History

2021-10-03 15:12:02 +00:00
// @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';
2018-08-19 13:17:59 +00:00
export { leven, fuseJs };