Neah/node_modules/layerr/dist/global.d.ts
2025-04-24 19:10:05 +02:00

3 lines
116 B
TypeScript

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