ES6 Plato on Github
Report Home
Summary Display
helpers/URLParser.js
Maintainability
92.02
Lines of code
6
Difficulty
5.71
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
import { parse } from 'qs'; export function parseQueryParameters(url){ return parse(url.replace("?", "")); }