index.js 461 B

12345678910
  1. "use strict";
  2. var __importDefault = (this && this.__importDefault) || function (mod) {
  3. return (mod && mod.__esModule) ? mod : { "default": mod };
  4. };
  5. Object.defineProperty(exports, "__esModule", { value: true });
  6. exports.wcswidth = exports.wcwidth = void 0;
  7. const wcswidth_1 = __importDefault(require("./src/wcswidth"));
  8. exports.wcswidth = wcswidth_1.default;
  9. const wcwidth_1 = __importDefault(require("./src/wcwidth"));
  10. exports.wcwidth = wcwidth_1.default;