UNPKG

snyk-docker-plugin

Version:
4 lines (3 loc) 151 B
export { isTrue, isNumber }; declare function isTrue(value?: boolean | string): boolean; declare function isNumber(value?: boolean | string): boolean;