index.d.mts 417 B

1234
  1. export { COMMANDS, constructCommand, resolveCommand } from './commands.mjs';
  2. export { AGENTS, INSTALL_PAGE, LOCKS } from './constants.mjs';
  3. export { detect, detectSync, getUserAgent } from './detect.mjs';
  4. export { A as Agent, b as AgentCommandValue, c as AgentCommands, a as AgentName, C as Command, D as DetectOptions, d as DetectResult, R as ResolvedCommand } from './shared/package-manager-detector.257741fc.mjs';