Source code
Revision control
Copy as Markdown
Other Tools
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
*/
export class LocaleParseError {
static fromValue(value: LocaleParseError | string): LocaleParseError;
get value(): string;
get ffiValue(): number;
static Unknown : LocaleParseError;
static Language : LocaleParseError;
static Subtag : LocaleParseError;
static Extension : LocaleParseError;
constructor(value: LocaleParseError | string );
}