UNPKG

testcontainers

Version:

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container

4 lines (3 loc) 220 B
export declare const isDefined: <T>(value: T | undefined) => value is T; export declare const isEmptyString: (value: string) => value is string; export declare const isNotEmptyString: (value: string) => value is string;