UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

9 lines (6 loc) 244 B
import filenamify = require('./filenamify'); /** Convert the filename in a path a valid filename and return the augmented path. */ declare const filenamifyPath: (path: string, options?: filenamify.Options) => string; export = filenamifyPath;