UNPKG

ts-proto

Version:

[![npm](https://img.shields.io/npm/v/ts-proto)](https://www.npmjs.com/package/ts-proto) [![build](https://github.com/stephenh/ts-proto/workflows/Build/badge.svg)](https://github.com/stephenh/ts-proto/actions)

11 lines (10 loc) 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceOption = exports.OneofOption = exports.LongOption = exports.JsonTimestampOption = exports.EnvOption = exports.DateOption = void 0; var options_1 = require("./options"); Object.defineProperty(exports, "DateOption", { enumerable: true, get: function () { return options_1.DateOption; } }); Object.defineProperty(exports, "EnvOption", { enumerable: true, get: function () { return options_1.EnvOption; } }); Object.defineProperty(exports, "JsonTimestampOption", { enumerable: true, get: function () { return options_1.JsonTimestampOption; } }); Object.defineProperty(exports, "LongOption", { enumerable: true, get: function () { return options_1.LongOption; } }); Object.defineProperty(exports, "OneofOption", { enumerable: true, get: function () { return options_1.OneofOption; } }); Object.defineProperty(exports, "ServiceOption", { enumerable: true, get: function () { return options_1.ServiceOption; } });