UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines (8 loc) 194 B
declare module "node:path/posix" { import path = require("node:path"); export = path.posix; } declare module "path/posix" { import path = require("path"); export = path.posix; }