Skip to content

Commit

Permalink
chore: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 5, 2018
1 parent 64ae6ee commit 071bacc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CustomPromisify } from 'util'
import { resolve } from 'path';

export type FunctionProxy<T extends Function> = CustomPromisify<T>

Expand Down

0 comments on commit 071bacc

Please sign in to comment.