Package Exports
- @schedule-tribe/crm
- @schedule-tribe/crm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@schedule-tribe/crm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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