UNPKG

gated-async

Version:

Wrapper to ensure an async function runs in series when called multiple times

10 lines (6 loc) 143 B
all: index.js %.js: %.ls node_modules/.bin/lsc -c $< test: index.js node_modules/.bin/mocha -r LiveScript -u exports test.ls .PHONY: test