This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cls | |
nodemon -e js,css,sass,scss,json,html -x "cd src/ && node" -w src server.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @link http://stackoverflow.com/a/20441656/4255615 | |
*/ | |
var type = function(thing) { | |
var typeOfThing = typeof thing; | |
if (typeOfThing === 'object') { | |
typeOfThing = Object.prototype.toString.call(thing); | |
if (typeOfThing === '[object Object]') { | |
if (thing.constructor.name) { | |
return thing.constructor.name; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHUT UP YOUR MOUTH | |
________________ | |
\ __ / __ | |
\_____()_____/ / ) | |
'============` / / | |
#---\ /---# / / | |
(# @\| |/@ #) / / | |
\ (_) / / / | |
|\ '---` /| / / | |
_______/ \\_____// \____/ o_| |