UNPKG
mlh-tsd
Version:
latest (0.14.1)
0.14.1
0.14.0
Check TypeScript type definitions
github.com/MLH-Fellowship/tsd
MLH-Fellowship/tsd
mlh-tsd
/
dist
/
lib
/
assertions
/
handlers
/
index.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
export
{
Handler
}
from
'./handler'
;
export
{ isIdentical, isNotIdentical }
from
'./identicality'
;
export
{ isNotAssignable }
from
'./assignability'
;
export
{ expectDeprecated, expectNotDeprecated }
from
'./expect-deprecated'
;