Files
smartlegal/ts/legal.plugins.ts

9 lines
241 B
TypeScript
Raw Permalink Normal View History

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