UNPKG

svelte-lightweight-charts

Version:

Svelte wrapper for financial lightweight charts built with HTML5 canvas

7 lines (6 loc) 144 B
export function ensure(value) { if (value === null || value === undefined) { throw new Error('no value'); } return value; }