mirror of
https://github.com/github/codeql-action
synced 2026-05-31 00:00:46 +03:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./DOMException").interface;
|
|
|
|
Object.setPrototypeOf(module.exports.prototype, Error.prototype);
|