All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.intl.Segments.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package js.intl

sealed external interface Segments {
    /**
     * Returns an object describing the segment in the original string that includes the code unit at a specified index.
     *
     * @param codeUnitIndex - A number specifying the index of the code unit in the original input string. If the value is omitted, it defaults to `0`.
     */
    fun containing(codeUnitIndex: Number = definedExternally): SegmentData
    /** Returns an iterator to iterate over the segments. */
    // [Symbol.iterator](): IterableIterator
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy