10 lines
253 B
TypeScript
10 lines
253 B
TypeScript
// pushrocks scope
|
|
import * as lik from '@push.rocks/lik';
|
|
import * as smartunique from '@push.rocks/smartunique';
|
|
|
|
export { lik, smartunique };
|
|
|
|
// third party scope
|
|
import simpleAsyncContext from 'simple-async-context';
|
|
|
|
export { simpleAsyncContext }; |