UNPKG

@type-ddd/phone

Version:

Library that provides TypeScript type definitions for handling Phone Numbers in Domain-Driven Design contexts. It facilitates the validation and manipulation of Brazilian phone numbers.

7 lines (6 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./home.value-object"), exports); tslib_1.__exportStar(require("./mobile.value-object"), exports); tslib_1.__exportStar(require("./phone.value-object"), exports);