smartstate/ts/smartstate.plugins.ts
2023-07-27 15:20:24 +02:00

7 lines
261 B
TypeScript

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