Packages

A ISBN utility library for the Gleam

Current section

Files

Jump to
glisbn src regions.erl
Raw

src/regions.erl

-module(regions).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([dataset/0]).
-type dataset() :: {regions, binary(), binary(), list(list(binary()))}.