UNPKG

eslint-plugin-jsdoc

Version:
16 lines (15 loc) 271 B
export type AliasedTags = { [key: string]: string[]; }; /** * @type {AliasedTags} */ export const closureTags: AliasedTags; /** * @type {AliasedTags} */ export const jsdocTags: AliasedTags; /** * @type {AliasedTags} */ export const typeScriptTags: AliasedTags;