Skip to content

homebound-team/activesupport

Repository files navigation

@homebound/activesupport

This package provides prototype extensions, similar to the Ruby ActiveSupport project.

Installation

npm install --save @homebound/activesupport
yarn add @homebound/activesupport

Usage

Simply import the package to add the extensions to the prototypes.

import "@homebound/activesupport";

Documentation

For now, check out the source.