mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
1 line
123 B
JavaScript
1 line
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};
|