UNPKG

samsung-hvac

Version:

Samsung HVAC protocol library

6 lines (5 loc) 174 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ord = void 0; var ord = function (str) { return str.charCodeAt(0); }; exports.ord = ord;