// deno-fmt-ignore-file // deno-lint-ignore-file // This code was bundled using `deno bundle` and it's not recommended to edit it manually function mapEvent(event) { return event; } export { mapEvent as mapEvent };