fix(core): initial

This commit is contained in:
2020-01-17 16:34:40 +00:00
commit 083bc51530
11 changed files with 3512 additions and 0 deletions

13
ts/legal.plugins.ts Normal file
View File

@@ -0,0 +1,13 @@
// sub packages
import * as legalDocs from '@umbrellazone/legal-docs';
export { legalDocs };
// @tsclass
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @pushrocks
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartmarkdown from '@pushrocks/smartmarkdown';
import * as smartmustache from '@pushrocks/smartmustache';
export { smartpromise, smartmarkdown, smartmustache };