
jsMain.js.intl.ResolvedSegmenterOptions.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package js.intl
sealed external interface ResolvedSegmenterOptions {
var locale: String
var granularity: String /* "grapheme" | "word" | "sentence" */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy