Files
smartuniverse/ts/smartuniverse.plugins.ts
T

30 lines
799 B
TypeScript
Raw Normal View History

2019-09-10 19:36:10 +02:00
// apiglobal scope
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
2019-09-10 19:36:10 +02:00
2019-11-09 13:00:30 +01:00
export { typedrequestInterfaces };
2019-09-10 19:36:10 +02:00
2019-01-31 02:52:18 +01:00
// pushrocks scope
2023-07-25 11:33:13 +02:00
import * as lik from '@push.rocks/lik';
import * as isohash from '@push.rocks/isohash';
import * as isounique from '@push.rocks/isounique';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smartsocket from '@push.rocks/smartsocket';
import * as smarttime from '@push.rocks/smarttime';
import * as smarturl from '@push.rocks/smarturl';
2018-03-07 22:22:15 +01:00
2018-03-20 08:16:54 +01:00
export {
lik,
2020-09-30 00:50:43 +00:00
isohash,
2023-07-25 11:33:13 +02:00
isounique,
2018-05-20 00:41:59 +02:00
smartdelay,
2019-08-13 15:55:01 +02:00
smartlog,
2019-01-31 02:52:18 +01:00
smartpromise,
2018-03-20 08:16:54 +01:00
smartrx,
smartsocket,
2019-04-22 09:58:36 +02:00
smarttime,
2023-07-25 11:33:13 +02:00
smarturl,
2018-03-20 08:16:54 +01:00
};