• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// generated by diplomat-tool
2import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
3
4
5/** An ICU4X Measurement Unit object which represents a single unit of measurement
6*such as `meter`, `second`, `kilometer-per-hour`, `square-meter`, etc.
7*
8*You can create an instance of this object using [`MeasureUnitParser`] by calling the `parse_measure_unit` method.
9*
10*See the [Rust documentation for `MeasureUnit`](https://docs.rs/icu/latest/icu/experimental/measure/measureunit/struct.MeasureUnit.html) for more information.
11*/
12
13
14export class MeasureUnit {
15
16    get ffiValue(): pointer;
17}