frontend/.pnpm-store/v3/files/fa/984c8679266a9c2b63d1fdb78fb9e9d391aa8d49959d03a9b7d7f3c44244eb5e554dfd1247257abeafc8cf1031b4b81f0f8a1e08232008f61304a5e8633ba2

10 lines
273 B
Plaintext

"use strict";
var resolveException = require("../lib/resolve-exception")
, is = require("./is");
module.exports = function (value/*, options*/) {
if (is(value)) return value;
return resolveException(value, "%v is not an array object", arguments[1]);
};