json-joy
Version:
Collection of libraries for building collaborative editing apps.
6 lines (5 loc) • 321 B
TypeScript
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 formatStep: (step: SliceTypeStep) => string;
export declare const formatType: (type: SliceType) => string;