1.0.4 • Published 5 years ago

amp-utils-web v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago