0.20.1 • Published 2 years ago

@democrance/utils v0.20.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

package version package downloads standard-readme compliant package license

@democrance/utils is a set of popular utility functions.

List of all function you can find HERE

Table of Contents

Install

Install the package locally within your project folder using your preferred package manager:

pnpm install @democrance/utils

Usage

To use the utility functions provided by @democrance/utils, import them into your code and utilize them as needed.

Example:

import { utilityFunction1, utilityFunction2 } from '@democrance/utils'

// Use the imported utility functions
const result = utilityFunction1(argument)
// ...

Auto imports

If you are using the unplugin-auto-import plugin, you can include the dist/autoImportUtilsPreset.json file in the presets options.

This will enable automatic importing of the utility functions.

import dmcUtilsPreset from '@democrance/utils/preset'

// for Vite
export default defineConfig({
    plugins: [
        ViteAutoImportPlugin({
            imports: [
                dmcUtilsPreset,
                // rest presets...
            ],
        })
        // rest plugins ...
    ]
})

Contributing

Contributions are welcome! If you have ideas for new features or have found a bug, please open an issue or make a pull request on make a pull request or open up an issue.

License

This project is licensed under the MIT © Daniil Chumachenko

0.9.5

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.18.1

2 years ago

0.16.3

2 years ago

0.19.1

2 years ago

0.16.4

2 years ago

0.19.2

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.13.1

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.16.0

2 years ago

0.14.2

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.14.3

2 years ago

0.18.0

2 years ago

0.17.1

2 years ago

0.16.2

2 years ago

0.10.0

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.2

2 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago