UNPKG

@types/ethjs-util

Version:
47 lines (28 loc) 1.4 kB
# Installation > `npm install --save @types/ethjs-util` # Summary This package contains type definitions for ethjs-util (https://github.com/ethjs/ethjs-util#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ethjs-util. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ethjs-util/index.d.ts) ````ts /// <reference types="node" /> export function isHexPrefixed(str: string): boolean; export function stripHexPrefix(str: string): string; export function padToEven(value: string): string; export function intToHex(i: number): string; export function intToBuffer(i: number): Buffer; export function getBinarySize(str: string): number; export function arrayContainsArray(superset: any[], subset: any[], some?: boolean): boolean; export function toUtf8(hex: string): string; export function toAscii(hex: string): string; export function fromUtf8(stringValue: string): string; export function fromAscii(stringValue: string): string; export function getKeys(params: any[], key: string, allowEmpty?: boolean): any[]; export function isHexString(value: string, length?: number): boolean; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by .