1.1.0 • Published 12 months ago

rlang-mtcars v1.1.0

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

⚙️ Installation

npm i rlang-mtcars

CDN Links:

📖 Usage

▣ Import

// ES6
import mtcars from "rlang-mtcars";

// commonjs
const mtcars = require("rlang-mtcars");

▣ mtcars

const data = mtcars();

console.log(data);
console.log(data[1]);

Support me on PatreonCheck out my socials

1.1.0

12 months ago

1.0.0

12 months ago