UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

5 lines (4 loc) 259 B
import type { SliceType, SliceTypeStep } from '../slice/types'; export declare const validateType: (type: SliceType) => void; export declare const getTag: (type: SliceType) => string | number; export declare const formatType: (step: SliceTypeStep) => string;