5 行
167 B
TypeScript
5 行
167 B
TypeScript
|
|
|
||
|
|
export class LocalStorageKeys{
|
||
|
|
public static HttpHandlerList: string = 'httpHandlerList';
|
||
|
|
public static HttpHandlerListLength: string = 'HttpHandlerListLength';
|
||
|
|
}
|