NUMMULTBY.d.ts 201 B

123
  1. export declare const FIRST_KEY_INDEX = 1;
  2. export declare function transformArguments(key: string, path: string, by: number): Array<string>;
  3. export { transformNumbersReply as transformReply } from '.';