dangerous.d.ts 223 B

1234567
  1. /**
  2. * List of legacy (that don’t need a trailing `;`) named references which could,
  3. * depending on what follows them, turn into a different meaning
  4. *
  5. * @type {Array<string>}
  6. */
  7. export const dangerous: Array<string>;