UNPKG

succulent

Version:

Powerful and easy runtime type checking

9 lines 205 B
export function toDisplayKey(x) { switch (typeof x) { case "string": return x; default: return `[${String(x)}]`; } } //# sourceMappingURL=toDisplayKey.js.map