slack/ts/slack.plugins.ts

6 lines
173 B
TypeScript
Raw Normal View History

2019-09-05 11:08:42 +00:00
// pushrocks scope
2019-09-18 14:47:31 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2018-10-07 20:29:14 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
2018-09-15 20:23:05 +00:00
2019-09-18 14:47:31 +00:00
export { smartpromise, smartrequest };