UNPKG

@hypermod/cli

Version:

To download and run codemods, we provide a CLI tool called @hypermod/cli.

7 lines (6 loc) 191 B
import { ModuleLoader } from '@hypermod/fetcher'; declare const ModuleLoader: (config: { npmRegistryUrl?: string; authToken?: string; }) => ModuleLoader; export default ModuleLoader;