Files

8 lines
223 B
TypeScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
/**
* List of legacy (that dont need a trailing `;`) named references which could,
* depending on what follows them, turn into a different meaning
*
* @type {Array<string>}
*/
export const dangerous: Array<string>;