se-utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

se-utils

se-utils es una libreria de node que contiene funcionalidades útiles para aplicaciones realizadas bajo el nombre de Software Estrátegico.

Installation

Use the package manager npm to install se-utils.

npm install --save se-utils

Usage

import AuthController from 'se-utils'

new AuthController()
  .login('user123', '12345')
  .then(result => {
    // Some code
  })
  .catch(error => {
    // Other code
  })

License

UNLICENSED

Readme

Keywords

Package Sidebar

Install

npm i se-utils

Weekly Downloads

5

Version

1.1.4

License

UNLICENSED

Unpacked Size

15.3 kB

Total Files

17

Last publish

Collaborators

  • johnjagarcia