function isMaskSentinel
isMaskSentinel(value: string): boolean

Check whether a submitted form value is the mask sentinel (i.e. unchanged)

Parameters

value: string

Return Type

boolean

Usage

import { isMaskSentinel } from "doc.ts";