1.1.1 • Published 5 months ago

@cto.af/ucd v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@cto.af/ucd

Download, cache, and parse files from the Unicode Character Database (UCD).

Installation

npm install @cto.af/ucd

API

Full API documentation is available.

Example:

import {UCD} from '@cto.af/ucd';
const cd = await UCD.create({cacheDir: 'my_ucd_cache_directory'});
const scripts = await cd.parse('Scripts.txt');

for (const {fields} of scripts.parsed.entries) {
  console.log(fields[0]);
}

Build Status codecov

1.1.1

5 months ago

1.1.0

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago