Files
slack/ts/plugins.ts

6 lines
175 B
TypeScript
Raw Permalink Normal View History

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