MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / toUtf8CodePoints

Function toUtf8CodePoints

lib.esm/utils/utf8.js:218–220  ·  view source on GitHub ↗
(str, form)

Source from the content-addressed store, hash-verified

216 * If %%form%% is specified, the string is normalized.
217 */
218export function toUtf8CodePoints(str, form) {
219 return getUtf8CodePoints(toUtf8Bytes(str, form));
220}
221//# sourceMappingURL=utf8.js.map

Callers 2

test-utils-utf8.tsFile · 0.90
test-utils-utf8.jsFile · 0.90

Calls 2

getUtf8CodePointsFunction · 0.70
toUtf8BytesFunction · 0.70

Tested by

no test coverage detected