epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 lines
185 B

"use strict";function nearest(e,r){return e.reduce(function(e,t){return Math.abs(e-r)<Math.abs(t-r)?e:t})}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=nearest;