UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

11 lines (10 loc) 207 B
function ExtractKey(key) { if (!key) return null; if (typeof key !== "object") return key; if ("field" in key) return key.field; return null; } export { ExtractKey };