Created
May 25, 2018 11:33
-
-
Save gladimdim/1a5fa540053cb37899564da1e8ba2fda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class type semverInstance = | |
| [@bs] | |
| { | |
| pub inc: tRelease => semverInstance; | |
| pub version: string; | |
| pub major: int; | |
| pub minor: int; | |
| pub patch: int; | |
| pub raw: string; | |
| pub build: array(string); | |
| pub prerelease: array(string) | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment