UNPKG

@starkware-industries/starkex-js

Version:

`starkex-js` is a JavaScript wrapper around the [StarkEx API](https://starkware.co/starkex/api/) that can be used in both NodeJS and Browser environments.

6 lines (5 loc) 285 B
import { ILogger, ILogLevel } from 'js-logger'; declare const getLogger: (name?: string) => ILogger; declare const getLogLevel: (name?: string) => ILogLevel; declare const setLogLevel: (level: ILogLevel, name?: string) => void; export { getLogger, getLogLevel, setLogLevel, ILogger };