Codepoints

Handles lazy loading a set of codepoints from the node-unicode library as a RangeGroup

Constructor

new Codepoints(path)

Create a new lazy loader

Parameters:
NameTypeDescription
pathstring

pathname inside node-unicode library, e.g. "General_Category/Number"

Methods

(async) get() → {Promise.<RangeGroup>}

Get range group for these codepoints

Returns:
Type: 
Promise.<RangeGroup>