UNPKG

@react-native-community/bob

Version:
28 lines (16 loc) 408 B
# <%- project.slug %> <%- project.description %> ## Installation ```sh npm install <%- project.slug %> ``` ## Usage ```js import <%- project.name %> from "<%- project.slug %>"; // ... const result = await <%- project.name %>.multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT