UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

13 lines (12 loc) 158 B
/** * @internal */ export * from "./XmlNode"; /** * @internal */ export * from "./XmlText"; /** * @internal */ export { parseXML } from "./xml-parser";