Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 497 Bytes

@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.