]> git.r.bdr.sh - rbdr/dotfiles/blob
1a4851343b319614d71b120ddcad5a83eb2946d7
[rbdr/dotfiles] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4 Object.defineProperty(Math, 'atanh', { value: require('./shim'),
5 configurable: true, enumerable: false, writable: true });
6 }