UNPKG

@stencila/schema

Version:

Extensions to schema.org to support semantic, composable, parameterize-able and executable documents

13 lines (12 loc) 337 B
/** * Get the version string (e.g "1.2.3") for this package */ export declare const version: string; /** * Get the major version string (e.g "1") for this package */ export declare const versionMajor: string; /** * Get the minor version string (e.g "1.2") for this package */ export declare const versionMinor: string;