Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
graphql
/
jsutils
/
Filename :
ObjMap.d.ts
back
Copy
export interface ObjMap<T> { [key: string]: T; } export declare type ObjMapLike<T> = | ObjMap<T> | { [key: string]: T; }; export interface ReadOnlyObjMap<T> { readonly [key: string]: T; } export declare type ReadOnlyObjMapLike<T> = | ReadOnlyObjMap<T> | { readonly [key: string]: T; };