mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-12-04 01:26:30 +00:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? Math.log2 : require("./shim");
|