Page MenuHomeSealhub

hyphenopoly.d.ts
No OneTemporary

hyphenopoly.d.ts

/** Declaration file generated by dts-gen */
declare module "hyphenopoly" {
declare function config(
args: Partial<{
sync: boolean;
require: string[];
hyphen: string;
loader: (file_path: string, module_path: URL) => Promise<Bufffer>;
}>
): Promise<(text: string) => string>;
declare const supportedLanguages: string[];
export { supportedLanguages, config };
}

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 21, 00:20 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625347
Default Alt Text
hyphenopoly.d.ts (382 B)

Event Timeline