fnArgs.d.ts 111 B

12345
  1. import type = require('./type');
  2. declare function fnArgs(types: string[], args: any): void;
  3. export = fnArgs;