Options
All
  • Public
  • Public/Protected
  • All
Menu

Kaven-Basic

Installing

NPM:

npm install kaven-basic

Yarn:

yarn add kaven-basic

PNPM:

pnpm i kaven-basic

Usage

Node.js:

import { GenerateGuid } from "kaven-basic";

console.log(GenerateGuid());

Browser:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <script type="text/javascript" src="kaven-basic/bundles/index.umd.js"></script>
</head>

<body>
    <script>alert(KavenBasic.GenerateGuid());</script>
</body>

</html>

Documentation

Kaven-Basic

Index

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc