Answers for "how to extend a type in jsdoc"

1

how to extend a type in jsdoc

/**
 * @typedef {Object} ChildType
 * @property {String} childProp
 *
 * @typedef {Base & ChildType} Child
 */
Posted by: Guest on March-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language