mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
/**
|
||
* List of legacy (that don’t 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>
|