UNPKG

convert2base

Version:

Project developed to perform basic binary conversions involving binary, octal, decimal and hexadecimal numbers.

2 lines (1 loc) 125 B
export declare const convertOctalToBinaryRecursive: (octalNumber: string, index?: number, binaryNumber?: string) => string;