UNPKG

pinata-sdk

Version:

Unofficial SDK for [Pinata](https://pinata.cloud), implemented in ReasonML and compiled to Javascript.

33 lines (28 loc) 1.34 kB
// Generated by BUCKLESCRIPT VERSION 4.0.18, PLEASE EDIT WITH CARE 'use strict'; var React = require("react"); var ReasonReact = require("reason-react/src/ReasonReact.js"); var component = ReasonReact.statelessComponent("Welcome"); function make(_children) { return /* record */[ /* debugName */component[/* debugName */0], /* reactClassInternal */component[/* reactClassInternal */1], /* handedOffState */component[/* handedOffState */2], /* willReceiveProps */component[/* willReceiveProps */3], /* didMount */component[/* didMount */4], /* didUpdate */component[/* didUpdate */5], /* willUnmount */component[/* willUnmount */6], /* willUpdate */component[/* willUpdate */7], /* shouldUpdate */component[/* shouldUpdate */8], /* render */(function (param) { return React.createElement("div", undefined, "ReasonReact app #8 Deployed to IPFS using PinataSDK!"); }), /* initialState */component[/* initialState */10], /* retainedProps */component[/* retainedProps */11], /* reducer */component[/* reducer */12], /* jsElementWrapped */component[/* jsElementWrapped */13] ]; } exports.component = component; exports.make = make; /* component Not a pure module */