Skip to content

Commit 984ca21

Browse files
authored
fix: remove unnessary import (#5)
This file contains an import from test. This import not should exists and it is not used too.
1 parent cbfd3b4 commit 984ca21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Primitives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Address } from "../tests/Address";
2-
31
/* eslint-disable @typescript-eslint/ban-types */
42
type Methods<T> = {
53
[P in keyof T]: T[P] extends Function ? P : never;

0 commit comments

Comments
 (0)