UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

7 lines (6 loc) 117 B
export function toStringKey(value) { if (Object.is(value, -0)) { return "-0"; } return value.toString(); }