# fun2mod

> [nodejs] Function to module exporter

Latest version **1.0.6** (published 2021-03-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install fun2mod
pnpm add fun2mod
yarn add fun2mod
bun add fun2mod
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2021-03-23 |
| First published | 2020-10-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | KaisarCode |
| Maintainers | kaisarcode |
| Keywords | function, to, module, export, exporter |

## Links

- npm: https://www.npmjs.com/package/fun2mod
- Repository: https://github.com/kaisarsnippets/node-fun2mod
- Issues: https://github.com/kaisarsnippets/node-fun2mod/issues
- npm.io page: https://npm.io/package/fun2mod

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-03-23
- 1.0.5 — 2020-12-22
- 1.0.4 — 2020-12-22
- 1.0.3 — 2020-10-11
- 1.0.2 — 2020-10-11
- 1.0.1 — 2020-10-11

## README

# Fun2Mod
[nodejs] Function to module exporter

### Install
```
npm install fun2mod
```
### Usage
```js
var f2m = require('fun2mod');
var mod = f2m('function.js', 'functionName');
mod(); // Function executed
```

---
_Source: https://npm.io/package/fun2mod · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
