Basic Working Product
The QueryBuilder is now being used to get data for each different class i.e. Card, Set, Type, SuperType and SubType
This commit is contained in:
5
src/index.ts
Normal file
5
src/index.ts
Normal file
@ -0,0 +1,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';
|
||||
Reference in New Issue
Block a user