3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
export declare function getGlobalName(): string;
|
|
export declare function setGlobalName(name?: string | null): void;
|