1.0.2 • Published 4 months ago

@codinasion/octal v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/octal

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

NPM Version Downloads LICENSE

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

Usage

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

const octal = "200";

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

// Output
// 128

Sponsors & Backers

Sponsors