@sanity/mutator
Version:
A set of models to make it easier to utilize the powerful real time collaborative features of Sanity
8 lines (6 loc) • 296 B
text/typescript
import {arrayToJSONMatchPath} from './arrayToJSONMatchPath'
import {Expression} from './Expression'
import {extract} from './extract'
import {extractWithPath} from './extractWithPath'
import {Matcher} from './Matcher'
export {arrayToJSONMatchPath, Expression, extract, extractWithPath, Matcher}