An open API service indexing awesome lists of open source software.

https://github.com/bertdeblock/ember-legacy-utils

@ember/utils as a standalone v2 addon.
https://github.com/bertdeblock/ember-legacy-utils

ember-addon

Last synced: about 1 year ago
JSON representation

@ember/utils as a standalone v2 addon.

Awesome Lists containing this project

README

          

# @ember/legacy-utils

[@ember/utils](https://api.emberjs.com/ember/release/modules/@ember%2Futils) as a standalone v2 addon.

## Compatibility

- Ember.js v5.8 or above
- Embroider or ember-auto-import v2

## Installation

```
ember install @ember/legacy-utils
```

## Usage

```ts
import {
compare,
isBlank,
isEmpty,
isEqual,
isNone,
isPresent,
typeOf,
} from '@ember/legacy-utils';
```

See [the official docs](https://api.emberjs.com/ember/release/modules/@ember%2Futils) for now.

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).