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