mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 07:22:56 +00:00
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
export default function number(x) {
|
|
return +x;
|
|
}
|