dees-catalog/ts_web/elements/00plugins.ts

14 lines
193 B
TypeScript
Raw Normal View History

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