Logo
Explore Help
Sign In
core/Projektarbeit-MYP
1
0
Fork 0
You've already forked Projektarbeit-MYP
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
0e45c831dff6e76cf7ebaf99b6cb0ec5ef0bc6d4
Projektarbeit-MYP/backend/node_modules/arrify
History
Till Tomczak 6d6aa954dd It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
2025-06-11 09:05:15 +02:00
..
index.js
It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
2025-06-11 09:05:15 +02:00
license
It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
2025-06-11 09:05:15 +02:00
package.json
It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
2025-06-11 09:05:15 +02:00
readme.md
It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
2025-06-11 09:05:15 +02:00

readme.md

arrify Build Status

Convert a value to an array

Install

$ npm install --save arrify

Usage

const arrify = require('arrify');

arrify('unicorn');
//=> ['unicorn']

arrify(['unicorn']);
//=> ['unicorn']

arrify(null);
//=> []

arrify(undefined);
//=> []

Supplying null or undefined results in an empty array.

License

MIT © Sindre Sorhus

Powered by Gitea Version: 1.24.2 Page: 84ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API