blob: 5f38a0340d8774ad3c6e70509c1b18d3d16c8f0f [file] [log] [blame]
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** See the [Rust documentation for `LeadingAdjustment`](https://docs.rs/icu/latest/icu/casemap/options/enum.LeadingAdjustment.html) for more information.
*/
export class LeadingAdjustment {
static fromValue(value : LeadingAdjustment | string) : LeadingAdjustment;
get value() : string;
get ffiValue() : number;
static Auto : LeadingAdjustment;
static None : LeadingAdjustment;
static ToCased : LeadingAdjustment;
constructor(value: LeadingAdjustment | string );
}