UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

12 lines (11 loc) 313 B
export function valueOf(node) { if (node.type === "NumberLiteral") return node.value; if (node.type === "StringLiteral") return node.value; if (node.type === "BooleanLiteral") return node.value; if (node.type === "NullLiteral") return null; return undefined; }