40 lines
956 B
TypeScript
40 lines
956 B
TypeScript
// @apiglobal scope
|
|
import * as typedserver from '@api.global/typedserver';
|
|
|
|
export { typedserver };
|
|
|
|
// @pushrocks scope
|
|
import * as lik from '@push.rocks/lik';
|
|
import * as smartdata from '@push.rocks/smartdata';
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
import * as smartdns from '@push.rocks/smartdns';
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
|
import * as smartunique from '@push.rocks/smartunique';
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
import * as smarttime from '@push.rocks/smarttime';
|
|
|
|
export {
|
|
lik,
|
|
smartdata,
|
|
smartdelay,
|
|
smartdns,
|
|
smartlog,
|
|
smartpromise,
|
|
smartrequest,
|
|
smartunique,
|
|
smartstring,
|
|
smarttime,
|
|
};
|
|
|
|
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|
|
|
|
// third party scope
|
|
import * as acme from 'acme-client';
|
|
|
|
export { acme };
|