UNPKG

@atlaskit/adf-utils

Version:

Set of utilities to traverse, modify and create ADF documents.

7 lines (6 loc) 200 B
export declare function isDuplicateMark(node: { marks?: Array<any>; }, type: string): boolean; export declare function duplicateMarkError(node: { marks?: Array<any>; }, type: string): string;