solve-search
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

solve-search

解析url里的search部分 将其转换为便于使用的键值对
*兼容完整url及单独的search部分 详情可见test

安装

pnpm add solve-search

使用

    import solve_search from 'solve-search';

    //?arg1=k&arg2=3 -> {arg:"1",arg2:"3"}
    const result = solve_search(location.search);

测试

pnpm install && pnpm test

Readme

Keywords

Package Sidebar

Install

npm i solve-search

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

15.7 kB

Total Files

8

Last publish

Collaborators

  • zhangyawuzhua