Files
hetznercloud/ts/hetznercloud.plugins.ts
T

14 lines
188 B
TypeScript
Raw Normal View History

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