Code Monkey home page Code Monkey logo

dummy-code's Introduction

Dummy Code
Dummy Code

A collection of useful TypeScript functions

npm package size npm package downloads npm package version

How To Use โ€ข Functions โ€ข Contributing

How To Use

Install the latest version of the package using yarn:

yarn add dummy-code@latest

or, if you prefer npm:

npm install --save dummy-code@latest

Now, you can import the functions you need:

import { ConvertDecimalToBinary } from "dummy-code";

Example:

import { ConvertDecimalToBinary } from "dummy-code";

let decimal = 10;

let binary = ConvertDecimalToBinary(decimal);

console.log("The Binary conversion of " + decimal + " is " + binary);

Dummy Functions

You can find the list of all the functions in the FUNCTION.md file.

Contributing

If you want to contribute to this project, please read the CONTRIBUTING.md file.

Thanks for contributing ๐Ÿ’œ

  • Thanks for all your contributions and efforts
  • We thank you being part of our โœจ commUnity โœจ !

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation and this project. 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.


Made with ๐Ÿ’– by Codinasion


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.