blob: 25ffa989ce7da567155b9bf9f88dab77d7802bc9 [file] [log] [blame]
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
export class Weekday {
static fromValue(value : Weekday | string) : Weekday;
get value() : string;
get ffiValue() : number;
static Monday : Weekday;
static Tuesday : Weekday;
static Wednesday : Weekday;
static Thursday : Weekday;
static Friday : Weekday;
static Saturday : Weekday;
static Sunday : Weekday;
constructor(value: Weekday | string );
}