UNPKG

node-cosmos

Version:

A light weight azure cosmosdb client aiming at ease of use for creating REST API. Supports json filter, sort and offset/limit

3 lines 239 B
export declare function assertIsDefined<T>(val: T, name?: string): asserts val is NonNullable<T>; export declare function assertNotEmpty(val?: string, name?: string): asserts val is NonNullable<string>; //# sourceMappingURL=assert.d.ts.map