"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./CsvReader.cjs"), exports); __exportStar(require("./CsvWriter.cjs"), exports); __exportStar(require("./detectPlatform.cjs"), exports); __exportStar(require("./FixlenReader.cjs"), exports); __exportStar(require("./FixlenWriter.cjs"), exports); __exportStar(require("./formatDate.cjs"), exports); __exportStar(require("./formatNumber.cjs"), exports); __exportStar(require("./isHalfwidthKatakana.cjs"), exports); __exportStar(require("./isHiragana.cjs"), exports); __exportStar(require("./isFullwidthKatakana.cjs"), exports); __exportStar(require("./isEmail.cjs"), exports); __exportStar(require("./isTelephoneNo.cjs"), exports); __exportStar(require("./isHttpURL.cjs"), exports); __exportStar(require("./isWindows31j.cjs"), exports); __exportStar(require("./isZenginKana.cjs"), exports); __exportStar(require("./JapaneseEra.cjs"), exports); __exportStar(require("./MemoryReadableStream.cjs"), exports); __exportStar(require("./MemoryWritableStream.cjs"), exports); __exportStar(require("./parseDate.cjs"), exports); __exportStar(require("./parseNumber.cjs"), exports); __exportStar(require("./toFullwidth.cjs"), exports); __exportStar(require("./toHalfwidth.cjs"), exports); __exportStar(require("./toHalfwidthAscii.cjs"), exports); __exportStar(require("./toHiragana.cjs"), exports); __exportStar(require("./toFullwidthKatakana.cjs"), exports); __exportStar(require("./toNormalizedString.cjs"), exports); __exportStar(require("./toZenginKana.cjs"), exports);