source: imaps-frontend/node_modules/@babel/helper-string-parser/README.md@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 335 bytes
Line 
1# @babel/helper-string-parser
2
3> A utility package to parse strings
4
5See our website [@babel/helper-string-parser](https://babeljs.io/docs/babel-helper-string-parser) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save @babel/helper-string-parser
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/helper-string-parser
19```
Note: See TracBrowser for help on using the repository browser.