UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

10 lines (9 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.chevre = void 0; // tslint:disable:max-classes-per-file completed-docs /** * domain index */ const chevre = require("./chevre/index"); exports.chevre = chevre;