1.0.1 • Published 2 years ago

serialize-sanity-path v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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);