searchquery/ts/searchquery.plugins.ts

14 lines
201 B
TypeScript
Raw Normal View History

2023-07-10 00:41:55 +00:00
// pushrocks scope
import * as smartrx from '@pushrocks/smartrx';
export {
smartrx
}
// third party scope
import * as searchQueryParser from 'search-query-parser';
export {
searchQueryParser
}