Utility TypeScript @ 2.0.0-beta.2
    Preparing search index...

    Module node

    Utilities specific to the Node environment.

    PKG_VERSION — Moved out of classes dir and now only available at its own path, not as a namespace from the main export path.

    import { ... } from '@maddimathon/utility-typescript/node';
    

    Classes

    AbstractBuildStage

    A configurable class for a single stage of a build system run via npm.

    NodeConsole

    A configurable class for outputting to console within node.

    NodeConsole_Prompt

    Only used by NodeConsole.

    NodeFiles

    A configurable class for working with files and paths in node.

    NodeConsole_Error

    Only used by NodeConsole.

    Namespaces

    AbstractBuildStage

    Used only for AbstractBuildStage.

    NodeConsole

    Used only for NodeConsole.

    NodeConsole_Prompt

    Used only for NodeConsole_Prompt.

    NodeFiles

    Used only for NodeFiles.