UNPKG

respond-framework

Version:
8 lines (7 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const inBand = (a, b) => a.indexOf(b) === 0 || b.indexOf(a) === 0; var _default = exports.default = inBand; // branches are either ancestors or posterity (or self)