UNPKG

252 BTypeScriptView Raw
1#!/usr/bin/env node
2/**
3 * Get the appropriate dependency for a given package name.
4 *
5 * @param name - The name of the package.
6 *
7 * @returns The dependency version specifier.
8 */
9export declare function getDependency(name: string): Promise<string>;