2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-08 07:48:29 +00:00
iconify/packages/utils
2022-03-16 10:01:55 +02:00
..
src Remove unnecessary non-null assertion in utils 2022-03-16 09:49:45 +02:00
tests lint: change to prettier on local 2022-03-14 15:39:40 +01:00
.editorconfig Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
.eslintignore Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
.eslintrc.cjs Remove Jasmine tests from utils 2022-03-16 10:01:55 +02:00
.gitignore chore: move to unbuild 2022-03-02 21:11:50 +01:00
.npmignore Fix bad npmignore in utils 2021-10-05 17:09:41 +03:00
.prettierrc Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
build.config.ts Retrieve list of files to build from package.json exports in utils 2022-03-16 09:50:12 +02:00
jest.config.cjs test: add vitest cjs 2022-03-04 14:52:08 +01:00
jest.config.mjs chore: add type module again, jest tests working again 2022-03-04 11:27:41 +01:00
jest.shared.config.cjs cleanup: remove old build stuff 2022-03-14 16:17:29 +01:00
license.txt Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
package-lock.json Remove Jasmine tests from utils 2022-03-16 10:01:55 +02:00
package.json Remove Jasmine tests from utils 2022-03-16 10:01:55 +02:00
readme.md Add main file to Utils 2021-11-13 21:25:38 +02:00
tsconfig.json lint: tabs sizes on tsconfig file 2022-03-14 16:24:09 +01:00
vitest.config.cjs test: add vitest cjs 2022-03-04 14:52:08 +01:00
vitest.config.mjs test: add vitest cjs 2022-03-04 14:52:08 +01:00

Iconify Utils

This is a set of helper functions that deal with Iconify icon sets.

Functions are split into a separate library because they are reused in many projects.

Installation

To install the library run this command:

npm install @iconify/utils --save

Documentation

Documentation is available at Iconify documentation website.

License

The library is released with MIT license.

© 2021 Vjacheslav Trushkin / Iconify OÜ