Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/@swc/helpers/cjs/_iterable_to_array.cjs

"use strict";

exports._ = exports._iterable_to_array = _iterable_to_array;
function _iterable_to_array(iter) {
    if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
        return Array.from(iter);
    }
}
Back to Directory File Manager