Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Created May 25, 2018 11:33
Show Gist options
  • Select an option

  • Save gladimdim/1a5fa540053cb37899564da1e8ba2fda to your computer and use it in GitHub Desktop.

Select an option

Save gladimdim/1a5fa540053cb37899564da1e8ba2fda to your computer and use it in GitHub Desktop.
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