UNPKG

fluent-ts-validator

Version:
5 lines (4 loc) 185 B
import { PropertyValidator } from "../PropertyValidator"; export declare class IsJsonValidator implements PropertyValidator<string> { isValid(input: string | undefined): boolean; }