UNPKG
filestack-adaptive
Version:
latest (1.4.0)
next (0.2.1)
1.4.0
1.3.0
1.1.3
1.1.1
1.1.0
1.0.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.0
HTML5 picture elements powered by Filestack
github.com/filestack/adaptive
filestack/adaptive
filestack-adaptive
/
src
/
types
/
html-validator
/
index.d.ts
4 lines
(3 loc)
•
88 B
TypeScript
View Raw
1
2
3
4
declare
module
'html-validator'
{
export
default
function
(
obj
:
any
):
Promise
<
any
>; }