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.

3 lines (2 loc) 181 B
export type CallbackArgType = object | string | number | boolean | symbol | null | undefined | void; export type CallbackFunction = (...args: CallbackArgType[]) => CallbackArgType;