typedsocket/ts/typedsocket.plugins.ts

15 lines
556 B
TypeScript
Raw Normal View History

2020-12-21 21:01:37 +00:00
// @apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
2020-12-21 21:01:37 +00:00
2022-10-26 08:55:08 +00:00
export { typedrequest, typedrequestInterfaces };
2020-12-21 21:01:37 +00:00
// @pushrocks scope
2023-08-04 14:22:39 +00:00
import * as isohash from '@push.rocks/isohash';
import * as smartjson from '@push.rocks/smartjson';
import * as smartsocket from '@push.rocks/smartsocket';
import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
2020-12-21 21:01:37 +00:00
2023-03-29 11:45:33 +00:00
export { isohash, smartjson, smartsocket, smartstring, smarturl };