1.0.9 • Published 6 years ago

guid-typescript v1.0.9

Weekly downloads
80,186
License
ISC
Repository
github
Last release
6 years ago

Guid Typescript

Guid Typescript is library that let you generate guid code

Instalation and usage

Instalation

npm i guid-typescript --save

Basic usage

import { Guid } from "guid-typescript";

export class Example {
    public id: Guid;
    constructor() {
        this.id = Guid.create(); // ==> b77d409a-10cd-4a47-8e94-b0cd0ab50aa1
    }
}

Props and Methods

Method/PropDescriptionTestStatus
static isGuid (guid: any): booleanCheck if value is a guid codeOKReady
static create ( ): GuidCreate a new guidOKReady
static createEmpty ( ): GuidCreate a guid emptyOKReady
static parse (guid: string): GuidGiven a guid code in string format, so create a guid instanceOKReady
static raw ( ): stringCreate a guid code in string formatOKReady
equals (other: Guid): booleanCompare a guid codeOKReady
isEmpty ( ): booleanValidate if a guid is emptyOKReady
toString ( ): stringParse a guid instance to string formatOKReady
toJSON ( ): anyParse to JSON formatOKReady
alerts-controllerlets-api-microservice-dependencieschalona-api-testthe-genesisdltuichart-libirary-demo-testms-chart-demoms-chart-demo-testms-chart-demo1mll-chartmll-chart-test-democmy-chart-demomll-demofcenail-servernl-live-chatsportcrmcloudbeds-sdkumc-meyex-unodotnet-schematicsvh_component_test_copypc-versionhistory-spc-rulesengine-sjpc-rulesengine-sppc-notifications-spc-notifications-shbuildmotion@infinitebrahmanuniverse/nolb-gui@everything-registry/sub-chunk-1803yalentovue-object-stateweb-client-host-appwfdesignertokyobananatesttonolucro-account-sdk-frontend-javascripttonolucro-organization-sdk-javascripttgraphtgc2e-presentation-apitintoa-data-servicetintoa-mvctravian-king-helperstxf-componentstxf-core-componentstx-framework@fab/cf-workers@freshconsulting/core@entuent/cliunstatelessvideo-scan-watchuneeq-webfcenail@hprose/iofirebase-efcsync_ot@imolinelli/ionic-appauth@derfrodo/frodo-s-little-helpers@de-dan/ionic-appauthprocess-migratordlt-uidltsigndltsign-mobileregions-bounds-tsresilience-typescriptsd-dock-panelserverless-api-boilerplatesafeguidsample-configurationssayin.foundation.sharedsayin.registration.servicerooibossigmadots_auth_moduleshowplan-jsshowplan-vuesnovasys-authentication-componentssmartsoft001splibkoarespell-game-commonstrata.client.corestrata.client.reactteststrata.foundation.corestrata.hello.service@bwi-mentorspaces/application-utils-npmngx-goobeeplay-profissionalcoffee-manager-app1coffee-manager-app2onnxruntime-webonnxruntime-web-mendixstorage-pack@microsoft/msgraph-sdk-sites@microsoft/msgraph-sdk-solutions@microsoft/msgraph-sdk-subscribedskus@microsoft/msgraph-sdk-subscriptions@microsoft/msgraph-sdk-teams@microsoft/msgraph-sdk-teamstemplates@microsoft/msgraph-sdk-teamwork@microsoft/msgraph-sdk-tenantrelationships@microsoft/msgraph-sdk-users@microsoft/msgraph-beta-sdk-security@microsoft/msgraph-beta-sdk-serviceprincipals@microsoft/msgraph-beta-sdk-settings@microsoft/msgraph-beta-sdk-shares
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago