functional/doc/import.md
2021-08-27 01:01:08 +02:00

230 B

Import

In deno:

import { bool } from "https://js.thunderk.net/functional/mod.ts";

In browser:

<script type="module">
import { bool } from "https://js.thunderk.net/functional/mod.js";
</script>