soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
193 Bytes
*jsbridge-core
asJSArgument
"converted to JS array by plugin"
| array i |
array := Array new: self size.
i := 0.
self do: [:each | array at: (i := i + 1) put: each asJSArgument].
^ array