@mattwaler/helpers

1.0.0 • Public • Published

My JS Helpers!

A small collection of awesome little helpers to make your JS more succinct and readable!

Enjoy!

Installation

For NPM Users: npm i -D @mattwaler/helpers

For Yarn Users: yarn add -D @mattwaler/helpers

Usage

Import the helpers in your JS modules and use like so:

import { run } from '@mattwaler/helpers'

run('[data-element]', element => {
  console.log(element)
})

Enjoy! Detailed docs coming soon!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @mattwaler/helpers

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.48 kB

Total Files

4

Last publish

Collaborators

  • mattwaler