Files
blockly/typings
Neil Fraser 4e2f8e6e02 Use SPDX licences.
This is a followup to #3127.
At the time, SPDX licenses were pending approval by Google.
2020-02-11 13:27:20 -08:00
..
2020-02-11 13:27:20 -08:00
2020-02-11 13:27:20 -08:00

blockly.d.ts

This blockly.d.ts file describes the TypeScript type definitions for Blockly. If you consume Blockly through npm, this file is already included in the npm package. Otherwise, you can include a copy of this file with your sources and reference it through a Triple-Slash directive.

Generating a new version

To generate a new version of the Typings file, from the Blockly root directory run npm run typings. You will need to run npm install for this to work.

Note: In order to check for errors in the typings file, run tsc in the typings/ directory.