Node updated. Some todos.
This commit is contained in:
3
Scripts/node_modules/chromium-bidi/lib/cjs/utils/unitConversions.js
generated
vendored
3
Scripts/node_modules/chromium-bidi/lib/cjs/utils/unitConversions.js
generated
vendored
@ -16,10 +16,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.inchesFromCm = void 0;
|
||||
exports.inchesFromCm = inchesFromCm;
|
||||
/** @return Given an input in cm, convert it to inches. */
|
||||
function inchesFromCm(cm) {
|
||||
return cm / 2.54;
|
||||
}
|
||||
exports.inchesFromCm = inchesFromCm;
|
||||
//# sourceMappingURL=unitConversions.js.map
|
||||
Reference in New Issue
Block a user