Packages

A simple module to check if something is a numerical digit similar to std::is_digit in C++

Current section

Files

Jump to
glisdigit src glisdigit.app.src
Raw

src/glisdigit.app.src

{application, glisdigit, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A simple module to check if something is a numerical digit similar to std::is_digit in C++"},
{modules, [glisdigit]},
{registered, []}
]}.