UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

7 lines (5 loc) 111 B
import { Datatable } from '../types' export const minimal: Datatable = { type: 'Datatable', columns: [] }