Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_class_validator/src/index.ts>IsHSL

Decorator-based property validation for classes.
Latest
function IsHSL
import { IsHSL } from "https://deno.land/x/deno_class_validator@v1.0.0/src/index.ts";

Check if the string is an HSL (hue, saturation, lightness, optional alpha) color based on CSS Colors Level 4 specification. Comma-separated format supported. Space-separated format supported with the exception of a few edge cases (ex: hsl(200grad+.1%62%/1)). If given value is not a string, then it returns false.

Parameters

optional
validationOptions: ValidationOptions

Returns

PropertyDecorator