UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

8 lines (4 loc) 215 B
// Exports true if environment provides native `Symbol` implementation "use strict"; var Symbol = require("ext/global-this").Symbol; module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";