This commit is contained in:
Nathan Kunicki 2018-06-21 15:18:21 +01:00
parent 8a608b737c
commit 44b3b63a6f
2 changed files with 6 additions and 2 deletions

View File

@ -20,3 +20,5 @@ const lpf2 = new LPF2();
```
Examples are available in the "examples" directory.
### API

View File

@ -19,7 +19,9 @@ const LPF2 = require("node-lpf2").LPF2;
const lpf2 = new LPF2();
```
Examples are available in the "examples" directory.## Classes
Examples are available in the "examples" directory.
### API## Classes
<dl>
<dt><a href="#LPF2">LPF2</a><code>EventEmitter</code></dt>