index.d.ts 108 B

12
  1. import { MethodArgs } from '../../args';
  2. export default function fix(...args: MethodArgs): Promise<string>;