mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 09:32:08 +00: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);
|