TypeDoc v0.1.40

node v6.17.1
version: 1.0.2
endpointsharetweet
const TypeDoc = require('type-doc@0.1.40').main;
TypeDoc(` /** * @typedef {Object} Options * @property {string} someString */ /** @type {Options} */ const example = { someString: 2 }; `, false, { strictClassChecks: true });
TypeDoc(` /** * @typedef {Object} Options * @property {string} someString */ /** @type {Options} */ const example = { someString: '2' }; `, false, { strictClassChecks: true });
Loading…

no comments

    sign in to comment