You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2020. It is now read-only.
The logo is [Menorah with nine branches Emoji](https://cdn.jsdelivr.net/emojione/assets/svg/1f54e.svg) from [EmojiOne.com](http://emojione.com/). Released under the [CC BY 4.0](http://emojione.com/licensing/) license.
Copy file name to clipboardExpand all lines: README.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
-
# parse-function [](https://www.npmjs.com/package/parse-function)[](https://npmjs.org/package/parse-function)[![npm total downloads][downloads-img]][downloads-url]
2
-
3
-
> Parse a function to an object that has its name, body, args and few more useful properties. Support regular functions, async/await, arrow and generator functions.
> Parse a function or string that contains a function, using [babylon][] or [acorn][] parsers. By default it uses `babylon`, but you can pass custom one through `options.parse` option - for example pass `.parse: acorn.parse` to force use the `acorn` parser instead.
The logo is [Menorah with nine branches Emoji](https://cdn.jsdelivr.net/emojione/assets/svg/1f54e.svg) from [EmojiOne.com](http://emojione.com/). Released under the [CC BY 4.0](http://emojione.com/licensing/) license.
Copy file name to clipboardExpand all lines: package.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{
2
2
"name": "parse-function",
3
3
"version": "3.0.0",
4
-
"description": "Parse a function to an object that has its name, body, args and few more useful properties. Support regular functions, async/await, arrow and generator functions.",
4
+
"description": "Parse a function into an object that has its name, body, args and a few more useful properties.",
5
5
"repository": "tunnckoCore/parse-function",
6
-
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
6
+
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
0 commit comments