UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

11 lines (8 loc) 248 B
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(new Date()); module.exports = function (value) { return ( (value && !isNaN(value) && (value instanceof Date || objToString.call(value) === id)) || false ); };