smartlegal/ts/legal.plugins.ts
2023-10-12 01:21:12 +02:00

9 lines
241 B
TypeScript

// @tsclass
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @pushrocks
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartshell from '@push.rocks/smartshell';
export { smartpromise, smartshell };