MCPcopy Index your code
hub / github.com/wetools/wept / _toArray

Function _toArray

public/script/view.js:4–6  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2var __WAWebviewStartTime__ = Date.now();
3
4function _toArray(e) {
5 return Array.isArray(e) ? e : Array.from(e)
6}
7
8function _toConsumableArray(e) {
9 if (Array.isArray(e)) {

Callers 1

view.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected