0.1.3 • Published 4 years ago

@streetster/utils v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@streetster/utils

npm npm bundle size npm bundle size

All shared regexp and functions Streetster project.

NPM package

Usage

  1. Install

pnpm

pnpm install -D @streetster/utils
  1. Import:
import { REGEX_PASSWORD } from '@streetster/utils';
  1. Usage:
<input validate={ REGEX_PASSWORD } />

List of availible utils

RegExp

  • Email
  • Password

String

  • Capitalize
0.1.3

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago