smartlegal/ts/legal.plugins.ts

9 lines
241 B
TypeScript
Raw Normal View History

2020-01-17 16:34:40 +00:00
// @tsclass
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @pushrocks
2023-10-11 23:21:12 +00:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartshell from '@push.rocks/smartshell';
export { smartpromise, smartshell };