Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/parse-entities/lib/index.d.ts
generated
vendored
Normal file
9
node_modules/parse-entities/lib/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Parse HTML character references.
|
||||
*
|
||||
* @param {string} value
|
||||
* @param {Readonly<Options> | null | undefined} [options]
|
||||
*/
|
||||
export function parseEntities(value: string, options?: Readonly<Options> | null | undefined): string;
|
||||
import type { Options } from '../index.js';
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue