package js; @:native("String") extern class NativeString { @:pure function charCodeAt(index:Int):Int; }