Validation_Suite/validation-suite/frontend/atlas/node_modules/node-exports-info/getRangePairs.d.ts

5 lines
No EOL
128 B
TypeScript

import type { Category, Range } from "./types";
declare function getRangePairs(): [Range, Category][];
export = getRangePairs;