UNPKG
@javelin/core
Version:
latest (1.0.0-alpha.12)
1.0.0-alpha.12
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.1
1.0.0-alpha.0
This package is a general catch-all for stuff shared by many Javelin packages, including:
@javelin/core
/
dist
/
esm
/
debug.d.ts
6 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
assert
(
expression
:
boolean
,
message
?:
string
,
type
?:
ErrorType
): asserts expression;
export
declare
enum
ErrorType
{
Internal
=
0
,
Query
=
1
}
//# sourceMappingURL=debug.d.ts.map