14 lines
193 B
TypeScript
Raw Normal View History

2023-08-07 20:02:18 +02:00
// @push.rocks scope
import * as smartpromise from '@push.rocks/smartpromise';
export {
smartpromise,
}
// @tsclass scope
2022-08-17 19:27:14 +02:00
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}