2.0.0 • Published 1 year ago

@three11/extract-query-arg v2.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

GitHub release GitHub issues GitHub last commit Build Status npm npm Analytics

Extract Query Argument

Extract a query string from a given URL

Install

npm i @three11/extract-query-arg

or

yarn add @three11/extract-query-arg

Usage

import extractQueryArg from '@three11/extract-query-arg';

// Get name parameter from current browser URL
extractQueryArg('name');

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

2.0.0

1 year ago

1.0.0

3 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago