UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

3 lines (2 loc) 174 B
import type { TsIdentifier, TsNode, TsParameter } from './types'; export declare const toText: (node: TsNode | TsNode[] | TsIdentifier | TsParameter, __?: string) => string;