mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 20:39:02 +00:00
4 lines
239 B
TypeScript
4 lines
239 B
TypeScript
|
/// <reference types="node" resolution-mode="require"/>
|
||
|
export declare function installDeps(dependencies: Record<string, string>, prefix?: string): Promise<void>;
|
||
|
export declare function parseDeps(content: Buffer): Record<string, string>;
|