npmtest-auto-install (v0.0.1)

Code coverage report for node-npmtest-auto-install/auto-install/node_modules/qs/lib/index.js

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (3 / 3)      Ignored: none     

All files » node-npmtest-auto-install/auto-install/node_modules/qs/lib/ » index.js
1 2 3 4 5 6 7 8 9 10 11    1 1   1          
'use strict';
 
var Stringify = require('./stringify');
var Parse = require('./parse');
 
module.exports = {
    stringify: Stringify,
    parse: Parse
};