UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

11 lines (10 loc) 221 B
import checkDiskSpace from 'check-disk-space'; /** * Wrapper of the check-disk-space library. * * @internal */ export declare const DiskUsageLibProvider: { provide: string; useValue: typeof checkDiskSpace; };