hetznercloud/ts/hetznercloud.plugins.ts

14 lines
188 B
TypeScript
Raw Permalink Normal View History

2024-01-29 20:08:05 +00:00
// @push.rocks
import * as smartrequest from '@push.rocks/smartrequest';
export {
smartrequest,
2024-01-29 12:55:55 +00:00
}
2024-02-17 20:55:25 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}