Skip to content
/ rut.ts Public

🇨🇱 Handle chilean RUT values with ease.

License

Notifications You must be signed in to change notification settings

arrowsw/rut.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rut.ts logo

Rut.ts: Handle chilean RUT values with ease using TypeScript.

Features

  • Validation: Check if a RUT is valid, with optional strict mode to detect suspicious patterns.
  • Cleaning: Remove extraneous characters and leading zeros from RUT strings.
  • Formatting: Convert RUTs into a standardized format, with or without dots.
  • Decomposition: Split a RUT into its body and verifier digit.
  • Generation: Generate valid random RUT numbers.
  • Calculate Verifier: Calculate the verifier digit for a given RUT body.

Installation

Using npm:

$ npm install rut.ts

Using pnpm:

$ pnpm install rut.ts

Usage

Please refer to the documentation for examples on how to use this library.

Contributing

Contributions to this library are welcome. Please feel free to submit pull requests or create issues for bugs and feature requests.