UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

4 lines (3 loc) 160 B
// Used in situations where we don't care about the type of the message, but they are still required by // typescript generics. export type AnyAiMsg = unknown;