Packages

A ISBN utility library for the Gleam

Current section

Files

Jump to
glisbn include regions_Regions.hrl
Raw

include/regions_Regions.hrl

-record(regions, {
code :: binary(),
name :: binary(),
ranges :: list(list(binary()))
}).