@returns {any}
()
| 25775 | } |
| 25776 | /** @returns {any} */ |
| 25777 | token_byte_values() { |
| 25778 | if (wasm == null) throw new Error("tiktoken: WASM binary has not been propery initialized."); |
| 25779 | const ret = wasm.tiktoken_token_byte_values(this.__wbg_ptr); |
| 25780 | return takeObject(ret); |
| 25781 | } |
| 25782 | }; |
| 25783 | module2.exports.Tiktoken = Tiktoken2; |
| 25784 | module2.exports.__wbindgen_is_undefined = function(arg0) { |
nothing calls this directly
no test coverage detected