UNPKG

@patdx/kuromoji

Version:

JavaScript implementation of Japanese morphological analyzer

9 lines (7 loc) 205 B
interface LoaderConfig { loadArrayBuffer(url: string): Promise<ArrayBufferLike>; } interface LoaderConfigOptions { dic_path: string; } export type { LoaderConfig as L, LoaderConfigOptions as a };