1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 06:10:59 +00:00
serenity/LibHTML/Parser/Parser.h

7 lines
131 B
C

#pragma once
#include <AK/NonnullRefPtr.h>
#include <LibHTML/DOM/Document.h>
NonnullRefPtr<Document> parse(const String& html);