UNPKG

@microsoft/kiota-abstractions

Version:

Core abstractions for kiota generated libraries in TypeScript and JavaScript

12 lines 669 B
/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * A wrapper for type Record that creates a Record with case insensitive keys * @returns A new object that can be used as a dictionary with case-insensitive keys. */ export declare function createRecordWithCaseInsensitiveKeys<T>(): Record<string, T>; //# sourceMappingURL=recordWithCaseInsensitiveKeys.d.ts.map