FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mtranggit/stack-overflow-copy-paste: Utility functions copy/pasted (and modified slightly) from Stack Overflow · GitHub

 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-overflow-copy-paste

This is a collection of utility JavaScript functions copy/pasted and slightly modified from StackOverflow answers 😀

This repo is used as the basis for an Egghead.io series I'm working on entitled: How to Contribute to an Open Source Project on GitHub

Usage

import {flatten, snakeToCamel} from 'stack-overflow-copy-paste'

flatten([[1, 2,], 3]) // [1, 2, 3]
snakeToCamel('snake-case-string') // 'snakeCaseString'

LICENSE

MIT

About

Utility functions copy/pasted (and modified slightly) from Stack Overflow

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL