UNPKG

@scaleway/sdk-client

Version:
10 lines (9 loc) 272 B
/** * Verifies the object is a record of string to string[]. * * @param obj - The object * @returns Whether the object is of the expected type * * @internal */ export declare const isRecordOfStringArray: (obj: Readonly<unknown>) => obj is Record<string, string[]>;