🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@fiquu/cl-rut

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiquu/cl-rut

Chilean RUT utils for Node.js and the browser.

Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

@fiquu/cl-rut

Build Status GitHub GitHub last commit npm (scoped) npm

Chilean RUT utils for Node.js.

Requirements

This library has been tested with Node.js 12.x.

Installation

npm i @fiquu/cl-rut

Usage

Node.js

Require or import it into you projects as '@fiquu/cl-rut':

const clRut = require('@fiquu/cl-rut');
import clRut  from '@fiquu/cl-rut';

Examples

import clRut  from '@fiquu/cl-rut';

const value = '22222222';

const calculated = clRut.calculate(value);
const verififer = clRut.verifier(value);
const isValid = clRut.validate(value);
const formatted = clRut.format(value);
const digits = clRut.digits(value);
const clean = clRut.clean(value);

Documentation

Please see https://fiquu.github.io/cl-rut/ for more details.

Keywords

chilean

FAQs

Package last updated on 06 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts