Skip to main content
Module

x/rhum/mod.ts>Types.MethodOf

A test double library
Go to Latest
type alias Types.MethodOf
import { type Types } from "https://deno.land/x/rhum@v2.0.0/mod.ts";
const { MethodOf } = Types;
definition: [K in keyof Object]: Object[K] extends (...args: any[]) => unknown ? K : never[keyof Object]