Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* 🚧 This API is experimental and may experience breaking changes outside major releases.
*
* See the [Rust documentation for `Overflow`](https://docs.rs/icu/2.1.1/icu/calendar/options/enum.Overflow.html) for more information.
*/
export class DateOverflow {
/** @internal */
static fromValue(value: DateOverflow | string): DateOverflow;
get value(): string;
/** @internal */
get ffiValue(): number;
static Constrain : DateOverflow;
static Reject : DateOverflow;
constructor(value: DateOverflow | string );
}