1.0.2 • Published 2 years ago

@codinasion/octal-to-decimal v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@codinasion/octal-to-decimal

Converts an octal number to decimal.

NPM Version Downloads LICENSE

Installation

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

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

# or, if you're using yarn
yarn add @codinasion/octal-to-decimal

Usage

import { OctalToDecimal } from "@codinasion/octal-to-decimal";

const octal = "200";

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

// Output
// 128

Sponsors & Backers

Sponsors

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago