NeahNew/node_modules/hot-patcher/dist/functions.d.ts
2025-05-03 14:17:46 +02:00

3 lines
134 B
TypeScript

import { PatchFn } from "./types.js";
export declare function sequence<T>(...methods: Array<PatchFn<T>>): (...args: Array<any>) => T;