UNPKG

workers-loki-logger

Version:

A Logger for the Cloudflare workers environment that sends the logs to grafana loki

3 lines 201 B
export declare function isNullOrUndefined(val: unknown): val is null | undefined; export declare function isNotNullOrUndefined<T>(val: T | null | undefined): val is T; //# sourceMappingURL=lib.d.ts.map