UNPKG

@kodex-data/prototypes

Version:

A library of TypeScript prototypes that extend built-in types in JavaScript, providing additional functionality to make development easier and more efficient. This library includes prototypes for working with big numbers, Ethereum Virtual Machine (EVM) fu

8 lines (7 loc) 246 B
export * from './evm-prototypes'; export * from './big-prototypes'; export * from './cid-prototypes'; export * from './date-prototypes'; export * as Utils from './utils'; export type * from './types'; export declare const VERSION = "0.0.1-rc.7";