@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
13 lines (12 loc) • 309 B
TypeScript
/**
* Log configuration for development scripts in this repo.
*
* To get `DEBUG` level log entries, set the `DEBUG` env var. e.g
*
* ```bash
* DEBUG=1 npx ts-node ts/bindings/schema.ts
* ```
*/
import * as logga from '@stencila/logga';
declare const log: logga.Logger;
export default log;