@walltowall/helpers
v7.0.2
Published
Collection of helper functions for Wall-to-Wall JavaScript websites.
Downloads
23
Keywords
Readme
@walltowall/helpers
Collection of helper functions and constants providing an opinionated base for Wall-to-Wall Gatsby websites.
Features
- Common functions used in front-end applications and websites built with JavaScript frameworks and libraries
Install
npm install --save @walltowall/helpers
How to use
// To import a helper function or constant:
import { functionName } from "@walltowall/helpers"
// To import all helpers (NOT RECOMMENDED):
import * as helpers from "@walltowall/helpers"
API
All functions and constants are exported from the root @walltowall/helpers
package. Every helper and constant is documented using tsdoc
to provide
documentation directly in your IDE.
All documented functions include descriptions for available parameters as well as usage examples.
For a high-level overview of all functions available, navigate to the
src
directory.