mizchi/js/builtins/string does not have a README file

    JsString

    #external
    pub type JsString

    JsString::fromCharCode

    fn JsString::fromCharCode(values : Array[Int]) -> String

    JS: String.fromCharCode(...values)

    JsString::fromCodePoint

    fn JsString::fromCodePoint(values : Array[Int]) -> String

    JS: String.fromCodePoint(...values)

    JsString::to_any

    Source Files