UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 75 B
export function isBinaryDigit(ch) { return ch === "0" || ch === "1"; }