8 lines
223 B
TypeScript
Raw Normal View History

2025-09-05 14:59:21 +08: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>;