amp-utils-web

1.0.4 • Public • Published

amp-utils-web

My package of useful functions for web applications on a daily basis

List of useful functions

  • ListEstados
  • formatCep
  • isMobile
  • formatCnpjCpf
  • removeFormatCnpjCpf
  • readCookie
  • setCookie
  • deleteCookie
  • validateCpf
  • validateCnpj
  • validateCnpjCpf

How to use

Example:

  const { formatCep, formatCnpjCpf } = require('amp-utils-web');

  console.log(formatCep(00000000));
  console.log(formatCnpjCpf('10238580024'));

In your project always keep updated by typing npm update

Readme

Keywords

none

Package Sidebar

Install

npm i amp-utils-web

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

6.97 kB

Total Files

3

Last publish

Collaborators

  • alexmpereira