UNPKG

bonsai-analyzer

Version:
14 lines (11 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSameChunk = isSameChunk; function isSameChunk(a, b) { if (a === null && b === null) { return true; } return String(a) === String(b); }