source: node_modules/@babel/runtime/README.md@ 65b6638

main
Last change on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

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