Initial commit
This commit is contained in:
4
lib/services/ItemDictionary.d.ts
vendored
Normal file
4
lib/services/ItemDictionary.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare class ItemDictionary<T> {
|
||||
Get(key: string): T;
|
||||
Add(key: string, value: T): void;
|
||||
}
|
||||
Reference in New Issue
Block a user