UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

9 lines (8 loc) 331 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateConstant = void 0; var DateConstant; (function (DateConstant) { DateConstant["START_DATE_TIME"] = "200001010000"; DateConstant["END_DATE_TIME"] = "209912012359"; })(DateConstant = exports.DateConstant || (exports.DateConstant = {}));