tellyo-validator
v1.3.10
Published
Tellyo Validator for regex validation
Readme
Tellyo Validator for regex validation
To install:
npm i tellyo-validator
In Tellyo PRO (React version) there must be declaration included in declarations.d.ts file:
declare module "tellyo-validator";
USAGE:
isRTMP(string)
isSRT(string)
isS3(string)
isFTP(string)
isEmail(string)
Functions return boolean
