kjelsrud.dev/node_modules/hast-util-to-html/lib/constants.d.ts

14 lines
421 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* Maps of subsets.
*
* Each value is a matrix of tuples.
* The first value causes parse errors, the second is valid.
* Of both values, the first value is unsafe, and the second is safe.
*
* @type {Record<'name' | 'unquoted' | 'single' | 'double', Array<[Array<string>, Array<string>]>>}
*/
export const constants: Record<
'name' | 'unquoted' | 'single' | 'double',
Array<[Array<string>, Array<string>]>
>