Skip to content

Commit 54b28f9

Browse files
committed
Added npm badge
1 parent 333003f commit 54b28f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `inline-functions`
1+
# `inline-functions` [![npm version](https://badge.fury.io/js/inline-functions.svg)](https://badge.fury.io/js/inline-functions)
22

33
This library allows you to inline functions in your JS/TS code. This is useful for performance reasons, as it allows you to avoid function calls and instead inline the function body directly.
44

0 commit comments

Comments
 (0)