smartenv/ts/smartenv.plugins.ts

5 lines
136 B
TypeScript
Raw Normal View History

2019-06-17 06:46:28 +00:00
import * as smartparam from '@pushrocks/smartparam';
import * as smartq from '@pushrocks/smartpromise';
2016-02-18 12:16:12 +00:00
2019-06-17 06:46:28 +00:00
export { smartparam, smartq };