2025-01-18 23:52:44 +01:00
|
|
|
// pushrocks scope
|
|
|
|
import * as lik from '@push.rocks/lik';
|
|
|
|
import * as smartunique from '@push.rocks/smartunique';
|
2018-03-03 14:11:27 +01:00
|
|
|
|
2025-01-18 23:52:44 +01:00
|
|
|
export { lik, smartunique };
|
2018-03-03 14:11:27 +01:00
|
|
|
|
2025-01-18 23:52:44 +01:00
|
|
|
// third party scope
|
|
|
|
import simpleAsyncContext from 'simple-async-context';
|
2020-07-20 11:57:20 +00:00
|
|
|
|
2025-01-18 23:52:44 +01:00
|
|
|
export { simpleAsyncContext };
|