mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
_('toNum');
|
|
|
|
function exports(str)
|
|
{
|
|
return toNum(str.replace('px', ''));
|
|
} |