bellini/ts/bellini.plugins.ts

12 lines
295 B
TypeScript
Raw Permalink Normal View History

// @api.global scope
import * as typedserver from '@api.global/typedserver';
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedserver, typedrequestInterfaces };
// @push.rocks scope
import * as smartdelay from '@push.rocks/smartdelay';
export {
}