serialize-sanity-path
v1.0.1
Published
This utility can be used to serialize a sanity "Path" as a object accessor string. The code was pulled from `@sanity/import/src/serializePath.js` and converted into TypeScript.
Readme
serialize-sanity-path
This utility can be used to serialize a sanity "Path" as a object accessor string.
The code was pulled from @sanity/import/src/serializePath.js and converted into TypeScript.
The utility can be useful for Sanity custom inplut plugin developers.
Example
import { serializePath } from 'serialize-sanity-path';
const serialized = serializePath(path);