UNPKG

@black-flag/extensions

Version:

A collection of set-theoretic declarative-first APIs for yargs and Black Flag

10 lines (9 loc) 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$genesis = exports.$exists = exports.$canonical = exports.$artificiallyInvoked = void 0; const $exists = exports.$exists = Symbol('exists'); const $genesis = exports.$genesis = Symbol('genesis'); const $canonical = exports.$canonical = Symbol('canonical'); const $artificiallyInvoked = exports.$artificiallyInvoked = Symbol.for('@black-flag/extensions:was-artificially-invoked');