@schedule-tribe/crm
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@schedule-tribe/crm

The @schedule-tribe/crm library provides a class CPF for handling crm operations in TypeScript. It offers various methods for manipulating crm, calculating differences, formatting crm, and checking validity. This library aims to simplify crm management in Domain-Driven Design contexts.


Installation

Install rich-domain and @schedule-tribe/crm with your favorite package manager:

npm i rich-domain @schedule-tribe/crm

# OR

yarn add rich-domain @schedule-tribe/crm

Usage

import { CRM } from '@schedule-tribe/crm';

// Check if is valid value
const isValid = CRM.isValid('9843583475');
// false

Package Sidebar

Install

npm i @schedule-tribe/crm

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

7.78 kB

Total Files

4

Last publish

Collaborators

  • alessandro-dev