Files
2026-DEV-BUT3/node_modules/node-exports-info/getCategory.d.ts
T

5 lines
126 B
TypeScript
Raw Normal View History

2026-04-25 15:28:39 +02:00
import type { Category } from './types';
declare function getCategory(nodeVersion?: string): Category;
export = getCategory;