14 lines
301 B
TypeScript
14 lines
301 B
TypeScript
// native scope
|
|
import { AsyncLocalStorage } from 'async_hooks';
|
|
|
|
export {
|
|
AsyncLocalStorage
|
|
};
|
|
|
|
// pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartcls from '@pushrocks/smartcls';
|
|
import * as smartunique from '@pushrocks/smartunique';
|
|
|
|
export { lik, smartcls, smartunique };
|