UNPKG

x-query-string

Version:

A query string encoder and decoder. Can be used to encode arrays and objects.

8 lines (6 loc) 158 B
var server = require('@john-yuan/dev-server'); exports.start = function (callback) { server.start({ index: 'web/index.html' }, callback); };