@types/any-base
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/any-base

Summary

This package contains type definitions for any-base (https://github.com/HarasimowiczKamil/any-base#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/any-base.

index.d.ts

export = anyBase;
export as namespace anyBase;

declare const anyBase: AnyBase;

interface AnyBase {
    BIN: "01";
    OCT: "01234567";
    DEC: "0123456789";
    HEX: "0123456789abcdef";
    (srcAlphabet: string, dstAlphabet: string): anyBase.Converter;
}

declare namespace anyBase {
    interface Converter {
        (number: string): string;
    }
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by yutak23.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/any-base

Weekly Downloads

1,167

Version

1.1.3

License

MIT

Unpacked Size

3.24 kB

Total Files

5

Last publish

Collaborators

  • types