UNPKG

code-this

Version:

Code-this is node.js module that converts JavaScript variables into source codes. Unlike `JSON.stringify`, code-this also deals with reference(object) types of variables.

8 lines (6 loc) 118 B
REPORTER = spec test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ ./test/code-this.js .PHONY: test