UNPKG

@azure/eventhubs-checkpointstore-blob

Version:

An Azure Storage Blob solution to store checkpoints when using Event Hubs.

9 lines 445 B
/** * @internal * Logs and Throws TypeError if given parameter is undefined or null * @param methodName - Name of the method that was passed the parameter * @param parameterName - Name of the parameter to check * @param parameterValue - Value of the parameter to check */ export declare function throwTypeErrorIfParameterMissing(methodName: string, parameterName: string, parameterValue: unknown): void; //# sourceMappingURL=error.d.ts.map