UNPKG

@atlaskit/adf-utils

Version:

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

4 lines (3 loc) 190 B
import type { TextDefinition } from '@atlaskit/adf-schema'; import type { WithMark } from '../types'; export declare const code: (maybeNode: WithMark | string) => WithMark | TextDefinition;