# o-utils **Repository Path**: mirrors_Financial-Times/o-utils ## Basic Information - **Project Name**: o-utils - **Description**: JavaScript utility functions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # o-utils [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence) *** **This component has moved to the [Origami Component System](https://github.com/Financial-Times/origami).** *** Origami JS helpers. - [Usage](#usage) - [JavaScript](#javascript) - [Contributing](#contributing) - [Migration guide](#migration-guide) - [Contact](#contact) - [Licence](#licence) ## Usage Check out [how to include Origami components in your project](https://origami.ft.com/docs/components/#including-origami-components-in-your-project) to get started with `o-utils`. ## JavaScript ```JS import * as Utils from 'o-utils'; const myFunction = () => {}; Utils.throttle(myFunction, 100); Utils.debounce(myFunction, 100) ``` For more detailed explanation, refer to our [JSDoc](http://codedocs.webservices.ft.com/v1/jsdoc/o-utils) ## Contributing This module is suitable for helper functions that need to be used commonly in other modules like throttle and debounce. These **must** be kept to a minimum. ## Migration Guide State | Major Version | Last Minor Release | Migration guide | :---: | :---: | :---: | :---: ✨ active | 2 | N/A | [migrate to v2](MIGRATION.md#migrating-from-v1-to-v2) | ⚠ maintained | 1 | 1.1 | - | *** ## Contact If you have any questions or comments about this component, or need help using it, please either [raise an issue](https://github.com/Financial-Times/o-utils/issues), visit [#origami-support](https://financialtimes.slack.com/messages/origami-support/) or email [Origami Support](mailto:origami-support@ft.com). *** ## Licence This software is published by the Financial Times under the [MIT licence](http://opensource.org/licenses/MIT).