UNPKG

@bjoerge/mutiny

Version:

Tiny toolkit for working with Sanity mutations in JavaScript & TypeScript

22 lines (21 loc) 593 B
import { getAtPath } from "./_legacy/getAtPath.esm.js"; import { parse } from "./_legacy/parse.esm.js"; import { isArrayElement, isElementEqual, isEqual, isIndexElement, isKeyElement, isKeyedElement, isPropertyElement, startsWith, stringify } from "./_legacy/stringify.esm.js"; function normalize(path) { return typeof path == "string" ? parse(path) : path; } export { getAtPath, isArrayElement, isElementEqual, isEqual, isIndexElement, isKeyElement, isKeyedElement, isPropertyElement, normalize, parse, startsWith, stringify }; //# sourceMappingURL=_path.esm.js.map