UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

11 lines (10 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueObject = void 0; class ValueObject { props; constructor(props) { this.props = props; } } exports.ValueObject = ValueObject;