UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

2 lines (1 loc) 100 B
export declare function getOrSetDefault<K, V>(map: Map<K, V>, key: K, getDefaultValue: () => V): V;