UNPKG

@tsdotnet/date-time

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/date-time/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@tsdotnet/date-time.svg?style=flat-square)](https://www.npmjs

14 lines 497 B
"use strict"; /*! * @author electricessence / https://github.com/electricessence/ * @license MIT */ Object.defineProperty(exports, "__esModule", { value: true }); var DateTimeKind; (function (DateTimeKind) { DateTimeKind[DateTimeKind["Unspecified"] = 0] = "Unspecified"; DateTimeKind[DateTimeKind["Local"] = 1] = "Local"; DateTimeKind[DateTimeKind["Utc"] = 2] = "Utc"; })(DateTimeKind || (DateTimeKind = {})); exports.default = DateTimeKind; //# sourceMappingURL=DateTimeKind.js.map