UNPKG
stdlazy
Version:
latest (2.0.0)
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Flexible and debuggable lazy primitive.
stdlazy
/
dist
/
errors.d.ts
6 lines
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
LazyError
extends
Error
{
readonly
code
:
string
;
constructor
(
code
:
string
,
message
:
string
); }
export
declare
function
cannotRecurseSync
(
):
Error
;
//# sourceMappingURL=errors.d.ts.map