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