Files
Botexercito/Frontend/angular-internal-chat/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
T

7 lines
227 B
JavaScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
import _typeof from "./typeof.js";
import toPrimitive from "./toPrimitive.js";
function toPropertyKey(t) {
var i = toPrimitive(t, "string");
return "symbol" == _typeof(i) ? i : i + "";
}
export { toPropertyKey as default };