Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
settings
/
src
/
utils
:
lib.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
export const in_array = (needle, haystack) => { let length = haystack.length; for(let i = 0; i < length; i++) { if( haystack[i] == needle ) return true; } return false; } export const errorMsg = (error) => { let length = haystack.length; for(let i = 0; i < length; i++) { if( haystack[i] == needle ) return true; } return false; }