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