1.0.8 • Published 6 months ago

@devope/float v1.0.8

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
6 months ago

Float

Usage

a) Node.js CJS

const Float = require("@devope/float");

let randomFloat = new Float();
console.log(randomFloat);

b) Node.js ESM

import Float from "@devope/float";

let randomFloat = new Float();
console.log(randomFloat);

c) Browser <script>

<script src="https://unpkg.com/@devope/float"></script>
<script>
    let randomFloat = new Float();
    console.log(randomFloat);
</script>
1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago