UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

3 lines 210 B
import type { TsIdentifier, TsNode, TsParameter } from './types'; export declare const toText: (node: TsNode | TsNode[] | TsIdentifier | TsParameter, __?: string) => string; //# sourceMappingURL=toText.d.ts.map