npm install --save typechecker
require('typechecker')
This package is published with the following editions:
typechecker
aliases typechecker/index.js
which uses Editions to automatically select the correct edition for the consumers environmenttypechecker/source/index.ts
is typescript source code with import for modulestypechecker/edition-browsers/index.js
is typescript compiled for browsers with import for modulestypechecker/edition-node-13/index.js
is typescript compiled for node.js 13 with require for modulestypechecker/edition-node-0.8/index.js
is typescript compiled for node.js 0.8 with require for modulesHISTORY.md
file.
CONTRIBUTING.md
file.
CONTRIBUTING.md
file.