artifact-metadata
Version:
NodeJS module to store Issues and Pull Requests metadata in GitHub Artifacts.
3 lines (2 loc) • 317 B
TypeScript
export declare function assignNewMetadata(metadata: Record<string, string | string[] | Record<string, string>[]>, key: string | object, value?: string | undefined): Record<string, string | string[] | Record<string, string>[]>;
export declare function parseMetadata(rawMetadata: string, key: string | undefined): any;