UNPKG

@contentful/rich-text-types

Version:

Type definitions and constants for the Contentful rich text field type.

9 lines (8 loc) 258 B
export declare class Path { private readonly path; constructor(path?: (string | number)[]); of: (element: string | number) => Path; isRoot: () => boolean; last: () => string | number | undefined; toArray: () => (string | number)[]; }