Skip to content

Commit

Permalink
Merge pull request #1 from NicolasDeveloper/master
Browse files Browse the repository at this point in the history
update from fork source
  • Loading branch information
gekkedev authored Jun 17, 2019
2 parents 8823003 + f110c1f commit 09c527d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Guid Typescript

Guid Typescript is library that let you generate guid code
Guid Typescript is a library that lets you generate guid code

## Instalation and usage
### Instalation
## Installation and usage
### Installation

```
npm i guid-typescript --save
Expand All @@ -28,8 +28,8 @@ export class Example {
|---|---|---|---|
| static isGuid (guid: any): boolean | Check if value is a guid code | OK | Ready |
| static create ( ): Guid | Create a new guid | OK | Ready |
| static createEmpty ( ): Guid | Create a guid empty | OK | Ready |
| static parse (guid: string): Guid | Given a guid code in string format, so create a guid instance | OK | Ready |
| static createEmpty ( ): Guid | Create an empty guid | OK | Ready |
| static parse (guid: string): Guid | Creates a guid instance from a given guid as string | OK | Ready |
| static raw ( ): string | Create a guid code in string format | OK | Ready |
| equals (other: Guid): boolean | Compare a guid code | OK | Ready |
| isEmpty ( ): boolean | Validate if a guid is empty | OK | Ready |
Expand Down

0 comments on commit 09c527d

Please sign in to comment.