UNPKG

eslint-plugin-jsdoc

Version:
16 lines 309 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; //# sourceMappingURL=tagNames.d.ts.map