UNPKG
@getcoconut/cli
Version:
alpha (1.0.0-alpha.2)
latest (1.0.0-alpha.6)
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
A tool for locally emulating and mocking Pulumi Cloud projects.
getcoconut.io
getcoconut/coconut
@getcoconut/cli
/
src
/
lib
/
errors.d.ts
5 lines
(4 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
CustomError
extends
Error
{
readonly
isCustom =
true
; }
export
declare
function
isCustomError
(
error
:
unknown
): error is
CustomError
;