bobcat/ts/bobcat.plugins.ts

10 lines
224 B
TypeScript
Raw Normal View History

2022-02-25 21:45:11 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2022-02-25 19:36:44 +00:00
import * as smartnetwork from '@pushrocks/smartnetwork';
2022-02-24 19:16:21 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
export {
2022-02-25 21:45:11 +00:00
smartdelay,
2022-02-25 19:36:44 +00:00
smartnetwork,
2022-02-24 19:16:21 +00:00
smartrequest
}