mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-04 22:50:23 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
"use strict";
|
|
|
|
var error = require("../valid-error");
|
|
|
|
module.exports = function () { throw error(this); };
|