README and Interfaces
Updated the IType interface and the README file that includes installation instructions and usage examples
This commit is contained in:
@ -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';
|
||||
Reference in New Issue
Block a user