πŸ“„ dangerous.d.ts
/home/palash/git/site/node_modules/stringify-entities/lib/constant/dangerous.d.ts
Language: ts β€’ Lines: 7
/**
 * 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>;