Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
*/
export class CalendarError {
static fromValue(value: CalendarError | string): CalendarError;
get value(): string;
get ffiValue(): number;
static Unknown : CalendarError;
static OutOfRange : CalendarError;
static UnknownEra : CalendarError;
static UnknownMonthCode : CalendarError;
constructor(value: CalendarError | string );
}