UNPKG

202 BTypeScriptView Raw
1import { Types, Node } from '../types';
2/**
3 * Get the type of a node
4 *
5 * @param {Node} node The schema node to get the type for
6 */
7export declare const nodeType: (node: Node) => keyof Types;