2.2.0 • Published 10 months ago

@codinasion/code v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@codinasion/code

A collection of useful TypeScript code snippets.

Demo

See the functions and sample code snippets online at code.codinasion.org

Installation

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

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

# or, if you're using yarn
yarn add @codinasion/code

Usage

import { DecimalToBinary } from "@codinasion/code";

const decimal = 128;

const binary = DecimalToBinary(decimal);
console.log(binary);

// Output
// 10000000

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation, issues, and PRs. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing, join us in the discussions.

2.2.0

10 months ago

2.1.0

10 months ago

2.0.0

10 months ago

1.0.0

10 months ago