UNPKG

libyear

Version:

A simple measure of software dependency freshness

4 lines (3 loc) 161 B
import type { Argv } from "mri"; import type { Configuration } from "./types.js"; export declare const getConfiguration: (args: Argv) => Promise<Configuration>;