login/node_modules/@babel/template
2024-01-09 11:08:09 +08:00
..
lib prepare release v1.6.0 2024-01-09 11:08:09 +08:00
LICENSE prepare release v1.6.0 2024-01-09 11:08:09 +08:00
package.json prepare release v1.6.0 2024-01-09 11:08:09 +08:00
README.md prepare release v1.6.0 2024-01-09 11:08:09 +08:00

@babel/template

Generate an AST from a string template.

See our website @babel/template for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/template

or using yarn:

yarn add @babel/template --dev