Function: stdictCdbBytes()

stdictCdbBytes(): Promise<Uint8Array<ArrayBuffer>>

Loads the bundled Standard Korean Language Dictionary as raw bytes.

On Node.js uses node:fs/promises; on all other runtimes uses fetch.

Returns

Promise<Uint8Array<ArrayBuffer>>

The CDB binary as a Uint8Array.