UNPKG

@siren-js/client

Version:
8 lines (7 loc) 255 B
import { ValidationOptions } from 'class-validator'; /** * Checks if string is a valid URI. * * Needed because `class-validator`'s `IsUrl` doesn't support `localhost`. */ export declare const IsUri: (options?: ValidationOptions) => PropertyDecorator;