mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
8 lines
223 B
TypeScript
8 lines
223 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>;
|