general-concat
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

general-concat

Concat variables together

Usage

const concat = require("general-concat");
console.log(concat("hello", " ", "world")); //Prints "hello world"
console.log(concat(-0, 5)); //Prints "-05"

Readme

Keywords

none

Package Sidebar

Install

npm i general-concat

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.06 kB

Total Files

7

Last publish

Collaborators

  • fizzbuzz-npm