frontend/.pnpm-store/v3/files/3c/3a9b51a078bbd69455480c321ccd5a23a80d5baefbb4f7afd6dfae2358a422556d8fdf284f16abedddc1679320635d77f051bdc8386178695870d993f0d259

10 lines
271 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 a date object", arguments[1]);
};