Update README again

This commit is contained in:
CptSpaceToaster
2019-07-06 17:02:58 -04:00
parent 26dce235a6
commit 8ef559df0f

View File

@ -100,7 +100,9 @@ Set.find(id: string): Promise<Set>
Set.where(params: IQuery[]): Promise<Set[]>
Set.all(): Promise<Set[]>
Type.all(): Promise<Type[]> // TODO
Meta.allTypes(): Promise<string[]>
Meta.allSubtypes(): Promise<string[]>
Meta.allSupertypes(): Promise<string[]>
```
## Usage