slack/ts/plugins.ts

6 lines
175 B
TypeScript
Raw Permalink Normal View History

2019-09-05 11:08:42 +00:00
// pushrocks scope
2024-01-24 14:58:23 +00:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
2018-09-15 20:23:05 +00:00
2019-09-18 14:47:31 +00:00
export { smartpromise, smartrequest };