2020-07-20 11:57:20 +00:00
|
|
|
// native scope
|
|
|
|
import { AsyncLocalStorage } from 'async_hooks';
|
2018-03-03 13:11:27 +00:00
|
|
|
|
2021-09-17 17:21:34 +00:00
|
|
|
export { AsyncLocalStorage };
|
2018-03-03 13:11:27 +00:00
|
|
|
|
2020-07-20 11:57:20 +00:00
|
|
|
// pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartcls from '@pushrocks/smartcls';
|
|
|
|
import * as smartunique from '@pushrocks/smartunique';
|
|
|
|
|
|
|
|
export { lik, smartcls, smartunique };
|