| 1 | // JavaScriptは一部のUnicode文字列を正しく扱えないため標準関数の代わりにstringzの関数を使う |
| 2 | import { substring, length, indexOf, toArray } from 'stringz'; |
| 3 | import { AiScriptRuntimeError } from '../error.js'; |
| 4 | import { textEncoder } from '../const.js'; |
nothing calls this directly
no test coverage detected