🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
297 B
JavaScript
Executable File
11 lines
297 B
JavaScript
Executable File
"use strict";
|
|
|
|
const EventImpl = require("./Event-impl").implementation;
|
|
|
|
const CloseEventInit = require("../generated/CloseEventInit");
|
|
|
|
class CloseEventImpl extends EventImpl {}
|
|
CloseEventImpl.defaultInit = CloseEventInit.convert(undefined, undefined);
|
|
|
|
exports.implementation = CloseEventImpl;
|