Function: stdictFstBytes()

stdictFstBytes(): 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 FST binary as a Uint8Array.