mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 04:59:23 +00:00
feat: implement text inspector and case converter tool
This commit is contained in:
@@ -20,3 +20,5 @@ export const formatOctal = formatNumber(3, " ");
|
||||
export const formatBinary = formatNumber(4, " ");
|
||||
|
||||
export const unformatNumber = (x: string) => x.replaceAll(/[ ,]/g, "");
|
||||
|
||||
export function noOp() {}
|
||||
|
||||
Reference in New Issue
Block a user