mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 22:07:10 -04:00
2 lines
123 B
JavaScript
2 lines
123 B
JavaScript
![]() |
function n(t){return t.trim().split("").map(r=>Number.parseInt(r,16).toString(2).padStart(4,"0")).join("")}export{n as c};
|