UNPKG

@benev/nubs

Version:
11 lines 255 B
export function text_to_bindings(text) { try { return text ? JSON.parse(text) : undefined; } catch (error) { throw new Error("invalid bindings text"); } } //# sourceMappingURL=text_to_bindings.js.map