0.20.1 • Published 7 months ago

@democrance/utils v0.20.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

10 months ago

0.20.1

7 months ago

0.20.0

7 months ago

0.19.0

8 months ago

0.18.1

8 months ago

0.16.3

9 months ago

0.19.1

8 months ago

0.16.4

9 months ago

0.19.2

7 months ago

0.11.0

10 months ago

0.10.1

10 months ago

0.12.0

10 months ago

0.11.1

10 months ago

0.10.2

10 months ago

0.13.0

10 months ago

0.14.0

10 months ago

0.13.1

10 months ago

0.15.0

10 months ago

0.14.1

10 months ago

0.16.0

10 months ago

0.14.2

10 months ago

0.17.0

8 months ago

0.16.1

10 months ago

0.14.3

10 months ago

0.18.0

8 months ago

0.17.1

8 months ago

0.16.2

9 months ago

0.10.0

10 months ago

0.9.4

11 months ago

0.9.3

11 months ago

0.9.2

11 months ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago