37 lines
917 B
TypeScript
37 lines
917 B
TypeScript
// @pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartdata from '@pushrocks/smartdata';
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartdns from '@pushrocks/smartdns';
|
|
import * as smartexpress from '@pushrocks/smartexpress';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
import * as smartunique from '@pushrocks/smartunique';
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
import * as smarttime from '@pushrocks/smarttime';
|
|
|
|
export {
|
|
lik,
|
|
smartdata,
|
|
smartdelay,
|
|
smartdns,
|
|
smartexpress,
|
|
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 };
|