UNPKG

@atlaskit/adf-utils

Version:

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

3 lines (2 loc) 141 B
import type { ADFEntity } from '../types'; export declare function map<T = any>(adf: ADFEntity, callback: (node: ADFEntity) => T): Array<T>;