index.d.ts 156 B

123
  1. import type { VerticalFactor, Direction } from '../types';
  2. export * from './test';
  3. export declare function getFactor(...args: Direction[]): VerticalFactor;