UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

10 lines (6 loc) 165 B
"use strict"; /* * get actual length of ANSI-formatted string */ var strip = require("./strip"); module.exports = function (str) { return strip(str).length; };