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.

5 lines (4 loc) 282 B
declare const camelToUnderscore: (obj: Record<string, any>) => Record<string, any>; declare const capitalize: (s: string) => string; declare const printPackageInfo: (name: string, version: string, color?: string) => void; export { camelToUnderscore, capitalize, printPackageInfo };