Erste Funktionalität der Menükarte per GET/POST, keine API; Umstrukturierung der Tabelle als Bootstrap-div; HTML/CSS-Cleanup
This commit is contained in:
6
node_modules/decamelize/readme.md
generated
vendored
6
node_modules/decamelize/readme.md
generated
vendored
@@ -1,6 +1,6 @@
|
||||
# decamelize [](https://travis-ci.org/sindresorhus/decamelize)
|
||||
|
||||
> Convert a camelized string into a lowercased one with a custom separator
|
||||
> Convert a camelized string into a lowercased one with a custom separator<br>
|
||||
> Example: `unicornRainbow` → `unicorn_rainbow`
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Type: `string`
|
||||
|
||||
#### separator
|
||||
|
||||
Type: `string`
|
||||
Type: `string`<br>
|
||||
Default: `_`
|
||||
|
||||
|
||||
@@ -45,4 +45,4 @@ See [`camelcase`](https://github.com/sindresorhus/camelcase) for the inverse.
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
|
||||
Reference in New Issue
Block a user