UNPKG
assert-options
Version:
beta (0.0.1)
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Generic options parameter handling.
github.com/vitaly-t/assert-options
vitaly-t/assert-options
assert-options
/
dist
/
src
/
index.d.ts
4 lines
(3 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
export
{ assertOptions, createAssert }
from
'./assert'
;
export
{
OptionsError
,
IOptionsErrorContext
,
NamedValues
,
AssertFunc
}
from
'./types'
;
export
{
IOptionsErrorHandler
,
DefaultErrorHandler
}
from
'./handler'
;