UNPKG
@atesgoral/acb
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Adobe Photoshop Color Book (ACB) encoder and decoder
github.com/atesgoral/acb
atesgoral/acb
@atesgoral/acb
/
dist
/
validator.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
ColorBook
}
from
'./types'
;
declare
const
validate
:
import
(
"ajv/dist/jtd"
).
ValidateFunction
<
ColorBook
>;
export
default
validate;