README and Interfaces

Updated the IType interface and the README file that includes installation instructions and usage examples
This commit is contained in:
Bradyn Glines
2018-01-20 17:31:59 -07:00
parent 94a0da5aaa
commit 4159cd65fe
8 changed files with 133 additions and 12 deletions

View File

@ -2,4 +2,5 @@ export { Card } from './classes/card';
export { Set } from './classes/set';
export { Type } from './classes/type';
export { SuperType } from './classes/superType';
export { SubType } from './classes/subType';
export { SubType } from './classes/subType';
export { IQuery } from './interfaces/query';