NeahNew/node_modules/layerr/dist/global.d.ts
2025-05-03 14:17:46 +02:00

3 lines
116 B
TypeScript

export declare function getGlobalName(): string;
export declare function setGlobalName(name?: string | null): void;