Initalize
This commit is contained in:
6
node_modules/node-html-parser/dist/valid.d.ts
generated
vendored
Normal file
6
node_modules/node-html-parser/dist/valid.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Options } from './nodes/html';
|
||||
/**
|
||||
* Parses HTML and returns a root element
|
||||
* Parse a chuck of HTML source.
|
||||
*/
|
||||
export default function valid(data: string, options?: Partial<Options>): boolean;
|
||||
Reference in New Issue
Block a user