@codinasion/octal
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@codinasion/octal

A collection of useful TypeScript functions and utilities for converting octal to other number systems.

NPM Version Downloads LICENSE

rainbow hr

Installation

# if you're using pnpm
pnpm add @codinasion/octal

# or, if you're using npm
npm install @codinasion/octal

# or, if you're using yarn
yarn add @codinasion/octal
rainbow hr

Usage

import { OctalToDecimal } from "@codinasion/octal";

const octal = "200";

const decimal = OctalToDecimal(octal);
console.log(decimal);

// Output
// 128
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

/@codinasion/octal/

    Package Sidebar

    Install

    npm i @codinasion/octal

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    6.55 kB

    Total Files

    5

    Last publish

    Collaborators

    • harshraj8843