mirror of
https://github.com/azure/login.git
synced 2026-06-07 16:47:08 +00: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);
|