Skip to main content
Module

x/mtype/function.ts>AsyncFunciton

通用 ts 的类型工具
Go to Latest
type alias AsyncFunciton
import { type AsyncFunciton } from "https://deno.land/x/mtype@v0.2.4/function.ts";
definition: (...args: Parameters<T>) => Promise<ReturnType<T>>