This commit is contained in:
10
node_modules/licia/Caseless.d.ts
generated
vendored
Normal file
10
node_modules/licia/Caseless.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare class Caseless {
|
||||
constructor(obj: any);
|
||||
getKey(key: string): string | void;
|
||||
set(key: string, val: any): void;
|
||||
get(key: string): any;
|
||||
remove(key: string): void;
|
||||
has(key: string): boolean;
|
||||
}
|
||||
|
||||
export = Caseless;
|
||||
Reference in New Issue
Block a user