This package provides prototype extensions, similar to the Ruby [ActiveSupport](https://guides.rubyonrails.org/active_support_core_extensions.html) project.
npm install @homebound/activesupportThis package provides prototype extensions, similar to the Ruby
ActiveSupport project.
``bash`
npm install --save @homebound/activesupport
`bash`
yarn add @homebound/activesupport
Simply import the package to add the extensions to the prototypes.
`typescript``
import "@homebound/activesupport";
For now, check out the source.