@mrolaolu/helpers
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@mrolaolu/helpers

🛠 Super handy JavaScript utilities for frontend development.

Note: This is a work in progress and as such is not well documented or ready-to-use.

Install

$ npm install @mrolaolu/helpers --save

Usage

Let's say you want to use the getFormFields helper...

import { getFormFields } from '@mrolaolu/helpers'

or ...

import getFormFields from '@mrolaolu/helpers/dist/esm/getFormFields'
const formFields = getFormFields(
  document.getElementById('form') as HTMLFormElement
)
// => { email: hello@test.io, password: Unicorns!, ... }

MIT © olaolu.dev  ·  GitHub @whizkydee  ·  Twitter @mrolaolu

Package Sidebar

Install

npm i @mrolaolu/helpers

Weekly Downloads

48

Version

0.3.2

License

MIT

Unpacked Size

437 kB

Total Files

258

Last publish

Collaborators

  • mrolaolu