smartcls/ts/smartcls.plugins.ts
2017-10-12 11:19:54 +02:00

8 lines
93 B
TypeScript

import 'typings-global'
import * as cls from 'continuation-local-storage'
export {
cls
}