UNPKG

webidl2js

Version:

Auto-generates class structures for WebIDL specifications

14 lines (10 loc) 222 B
"use strict"; class InterfaceMixin { constructor(ctx, idl) { this.ctx = ctx; this.idl = idl; this.name = idl.name; } } InterfaceMixin.prototype.type = "interface mixin"; module.exports = InterfaceMixin;