smartstate/ts/smartstate.plugins.ts
2022-01-24 06:42:43 +01:00

7 lines
257 B
TypeScript

import * as isohash from '@pushrocks/isohash';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
export { isohash, smartjson, smartpromise, smartrx };