mi-typescript-guid
v1.0.5
Published
A simple GUID class for generating and parsing GUIDs, mimicking the .NET Guid class.
Readme
mi-typescript-guid
A simple GUID class for generating and parsing GUIDs, mimicking the .NET Guid class.
Installation
npm install mi-typescript-guid --saveUsage
import { Guid } from "mi-typescript-guid";
const anEmptyGuid = Guid.createEmpty();
console.log("Is guid empty?: ", anEmptyGuid.isEmpty());Testing
npm run testThis command will run a suit of Vitest unit tests, by default it will watch and rerun tests on code changes. Hit q to kill the watcher.
License
This project is licensed under the Apache 2.0 License.
