UNPKG

subscript

Version:

Modular expression parser & evaluator

11 lines (8 loc) 139 B
/** * Nullish coalescing operator - parse half * * ?? */ import { binary } from '../../parse.js'; const LOR = 30; binary('??', LOR);