Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Add TypeScript declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Jan 16, 2018
1 parent fe38de5 commit 3425304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/exit-status-names.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const names: string[];
export const enums: {[name: string]: number}
export function exit(name: string, message?: string): void;

0 comments on commit 3425304

Please sign in to comment.