We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfd3b4 commit 984ca21Copy full SHA for 984ca21
src/Primitives.ts
@@ -1,5 +1,3 @@
1
-import { Address } from "../tests/Address";
2
-
3
/* eslint-disable @typescript-eslint/ban-types */
4
type Methods<T> = {
5
[P in keyof T]: T[P] extends Function ? P : never;
0 commit comments