Edit File: woof.d.ts
import { MethodArgs } from '../args'; export default function woof(...args: MethodArgs): void;
Back to File Manager