astro-ghostcms/.pnpm-store/v3/files/cc/334afa8aad7c94b1270edf71948...

9 lines
278 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isArray = void 0;
// https://github.com/microsoft/TypeScript/issues/17002
function isArray(arg) {
return Array.isArray(arg);
}
exports.isArray = isArray;
//# sourceMappingURL=isArray.js.map