UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

7 lines (6 loc) 186 B
import { Node } from '../types'; /** * Get the type of a node * @param {Node} node The schema node to get the type for */ export declare const nodeType: (node: Node) => string;