Skip to content
View tgrecojs's full-sized avatar
🤠
🤠

Block or report tgrecojs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hindley-milner-systems/dapp-ertp-airdrop hindley-milner-systems/dapp-ertp-airdrop Public

    JavaScript 3

  2. zoe-assertions-with-either-type.js zoe-assertions-with-either-type.js
    1
    const Either = (() => {
    2
      const Right = x => ({
    3
        chain: f => f(x),
    4
        ap: other => other.map(x),
    5
        alt: other => Right(x),
  3. bare-media bare-media Public

    Forked from holepunchto/bare-media

    A set of media APIs for Bare

    JavaScript

  4. hello-pear-electron hello-pear-electron Public

    Forked from holepunchto/hello-pear-electron

    Integrating Pear into a hello world electron desktop app

    JavaScript