Source code
Revision control
Copy as Markdown
Other Tools
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* See the [Rust documentation for `TransformResult`](https://docs.rs/icu/latest/icu/locale/enum.TransformResult.html) for more information.
*/
export class TransformResult {
static fromValue(value: TransformResult | string): TransformResult;
get value(): string;
get ffiValue(): number;
static Modified : TransformResult;
static Unmodified : TransformResult;
constructor(value: TransformResult | string );
}