UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

6 lines (5 loc) 243 B
import type { TsNode } from './types'; export declare const TAB = " "; export declare const keywords: Set<string>; export declare const normalizeKey: (prop: string) => string; export declare const isSimpleType: ({ node }: TsNode) => boolean;