TLE2ToCZML/node_modules/node-xlsx/lib/helpers.js

6 lines
200 B
JavaScript
Raw Permalink Normal View History

2024-02-22 11:07:01 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isString = void 0;
const isString = (maybeString) => typeof maybeString === 'string';
exports.isString = isString;