Skip to content

Commit

Permalink
remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Mar 30, 2021
1 parent bf0369f commit 112e38d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/jsutils/instanceOf.d.ts
@@ -1,3 +1 @@
/* eslint-disable import/no-default-export */
declare const _default: (value: unknown, constructor: unknown) => boolean;
export default _default;
export const instanceOf: (value: unknown, constructor: unknown) => boolean;

0 comments on commit 112e38d

Please sign in to comment.