mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 21:14:58 -04:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./DOMException").interface;
|
|
|
|
Object.setPrototypeOf(module.exports.prototype, Error.prototype);
|