UNPKG
@thenja/html-parser
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A simple forgiving html parser
github.com/nathan-andosen/html-parser
nathan-andosen/html-parser
@thenja/html-parser
/
spec
/
in-browser
/
dist
/
compiled
/
src
/
my-class-one.d.ts
4 lines
(3 loc)
•
61 B
TypeScript
View Raw
1
2
3
4
export declare
class
ClassOne
{ doSomething(): string; }