2.2.1 • Published 7 months ago

@financial-times/o-utils v2.2.1

Weekly downloads
1,637
License
MIT
Repository
-
Last release
7 months ago

o-utils MIT licensed

Origami JS helpers.

Usage

Check out how to include Origami components in your project to get started with o-utils.

JavaScript

	import * as Utils from 'o-utils';
	const myFunction = () => {};
	Utils.throttle(myFunction, 100);
	Utils.debounce(myFunction, 100)

For more detailed explanation, refer to our JSDoc

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

StateMajor VersionLast Minor ReleaseMigration guide
✨ active2N/Amigrate to v2
⚠ maintained11.1-

Contact

If you have any questions or comments about this component, or need help using it, please either raise an issue, visit #origami-support or email Origami Support.


Licence

This software is published by the Financial Times under the MIT licence.

2.2.1

7 months ago

2.2.0

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-0

3 years ago

2.0.0-beta.0

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago