fn128

1.4.0 • Public • Published

fn128

How to install

npm install fn128
# or
bower install fn128

How to use

This library is compatible with most of the most used environments.

Using Node / Webpack / etc.

const fn128 = require("fn128");

Using AMD (e.g. RequireJS)

require([ "path/to/fn128" ], function (fn128)
{
    // Access fn128 in here
});

Use in browser

<script src="path/to/fn128.js"></script>

/fn128/

    Package Sidebar

    Install

    npm i fn128

    Weekly Downloads

    1

    Version

    1.4.0

    License

    ISC

    Last publish

    Collaborators

    • stefanwimmer128