index
:
zzz--oldstuff/aoc.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
str.ts
blob: cbbc26981dc3cbe90c32e747371c08fa29c30a07 (
plain
)
1
export const isNumeric = (symbol: string) => symbol <= "9" && symbol >= "0";