Skip to content

Commit

Permalink
remove node typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmio committed Oct 19, 2019
1 parent caa4690 commit 059c1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/cjs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
export declare class ExtendableError extends Error {
public name: string;
public message: string;
Expand Down
1 change: 0 additions & 1 deletion lib/es.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
export declare class ExtendableError extends Error {
public name: string;
public message: string;
Expand Down

0 comments on commit 059c1c6

Please sign in to comment.