semantic-release-nuget
Version:
A semantic-release plugin for building and publishing NuGet packages.
17 lines • 495 B
TypeScript
export declare const logger: {
debug: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};
warn: () => void;
error: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};
};
/**
* Creates a test directory that is not checked into the build that is used to
* test the functionality of the plugin.
*/
export declare function prepareTest(key: string): string;
//# sourceMappingURL=funcs.d.ts.map