smartguard/ts/smartguard.plugins.ts

7 lines
125 B
TypeScript
Raw Normal View History

2024-05-30 16:57:10 +00:00
// @push.rocks scope
2024-05-30 13:08:09 +00:00
import * as smartpromise from '@push.rocks/smartpromise';
2019-08-07 14:31:53 +00:00
// pushrocks scope
2019-08-07 14:34:34 +00:00
export { smartpromise };
2024-05-30 16:57:10 +00:00