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
Sat, Oct 11, 09:27 (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
981330
Default Alt Text
hyphenopoly.d.ts (382 B)

Event Timeline