JSDoc type

19 de jul. de 2023

Use lib type in a JavaScript file/context

/** @type {import('libname')} */
// Example

/** @type {import('eslint').Linter.FlatConfig[]} */
export default []