UNPKG

@clipchamp/json-delta

Version:

Json object diff / patching with configurable short-circuit tolerance. Forked from: github.com/corps

7 lines (6 loc) 159 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isArray(o) { return o instanceof Array; } exports.isArray = isArray;