Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_class_validator/src/decorator/string/IsBIC.ts

Decorator-based property validation for classes.
Latest
import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/string/IsBIC.ts";

Functions

Check if a string is a BIC (Bank Identification Code) or SWIFT code. If given value is not a string, then it returns false.

Check if a string is a BIC (Bank Identification Code) or SWIFT code. If given value is not a string, then it returns false.