UNPKG

libyear

Version:

A simple measure of software dependency freshness

3 lines (2 loc) 135 B
import type { Args, Configuration } from "../types.ts"; export declare const getConfiguration: (args: Args) => Promise<Configuration>;