smartenv/ts/smartenv.plugins.ts

5 lines
148 B
TypeScript
Raw Normal View History

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