mirror of
https://gh-proxy.com/github.com/docker/build-push-action.git
synced 2025-04-17 00:31:28 +08:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
declare module 'md5' {
|
|
function md5(data: string, options?: {encoding: string; asBytes: boolean; asString: boolean}): string;
|
|
export = md5;
|
|
}
|