initial commit

This commit is contained in:
2020-06-11 01:14:23 -06:00
commit bbe78747f3
7 changed files with 449 additions and 0 deletions

3
dist/example-def.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
import { SystemDef } from './processDef';
declare let def: SystemDef;
export default def;