UNPKG

@lens-protocol/react

Version:

Interacting with the Lens Protocol API using React.

8 lines (6 loc) 200 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./lens-protocol-react.cjs.prod.js"); } else { module.exports = require("./lens-protocol-react.cjs.dev.js"); }