mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-23 14:34:45 +00:00
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? Math.acosh : require("./shim");
|