searchquery/ts/searchquery.plugins.ts

14 lines
201 B
TypeScript

// pushrocks scope
import * as smartrx from '@pushrocks/smartrx';
export {
smartrx
}
// third party scope
import * as searchQueryParser from 'search-query-parser';
export {
searchQueryParser
}