arrow.d.ts 83 B

12
  1. import { Data } from '../models';
  2. export declare function arrow(data: Data): Data;