Skip to content

Commit

Permalink
Update Modules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMathy authored Jul 10, 2020
1 parent d633f01 commit 3af3036
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Boop/Documentation/Modules.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Modules

Just to be very clear before we get started: **Boop does not support commonJS/node/ES6 modules**. It has a custom import system that may or may not be compatible with some existing modules.

*Modules are available in Boop version 1.2.0 and above.*

___
*<p align=center>Modules are available in Boop version 1.2.0 and above.</p>*
___

Just to be very clear before we get started: **Boop does not support commonJS/node/ES6 modules**. It has a custom import system that may or may not be compatible with some existing modules.

## Importing modules

Expand Down Expand Up @@ -86,4 +90,4 @@ The built in lodash module was created with the following command and only inclu
$ lodash include=camelCase,deburr,escapeRegExp,kebabCase,snakeCase,startCase
```

If you'd like to add more functions, feel free to rebuild with additional parameters and submit a PR.
If you'd like to add more functions, feel free to rebuild with additional parameters and submit a PR.

0 comments on commit 3af3036

Please sign in to comment.