@alextheman/utility - v4.3.5
    Preparing search index...

    @alextheman/utility - v4.3.5

    @alextheman/utility

    npm version npm downloads npm license

    CI Publish to NPM Registry Publish to Netlify

    Netlify Status

    This is my personal utility package. It provides custom utility functions that can be used in more or less any TypeScript or JavaScript project, using either the browser or Node environment.

    To install this into your project, you can do so with the following command:

    npm install @alextheman/utility
    

    From there, you may import any of the package's functions.

    You can import and use any function or type from the package in the following way:

    import type { NonUndefined } from "@alextheman/utility";

    import { formatDateAndTime } from "@alextheman/utility";

    const myVariable: NonUndefined<string> = formatDateAndTime(new Date());
    // ...

    You can find the relevant documentation of all features of the package in the docs/features/markdown directory of the repository. The hosted documentation site can be found here.

    See the GitHub repository here.