UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

6 lines (4 loc) 114 B
'use strict'; module.exports = function (splitPath) { return function (path) { return splitPath(path)[3]; }; };