Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from fork source #1

Merged
merged 2 commits into from
Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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