@pm2/io

  • Version 5.0.2
  • Published
  • 562 kB
  • 10 dependencies
  • Apache-2 license

Install

npm i @pm2/io
yarn add @pm2/io
pnpm add @pm2/io

Overview

PM2.io NodeJS APM

Index

Variables

variable io

const io: PMX;

    Namespaces

    namespace require-in-the-middle

    module 'require-in-the-middle' {}

      function hook

      hook: {
      (
      modules: string[] | null,
      options: hook.Options | null,
      onRequire: hook.OnRequireFn
      ): void;
      (modules: string[], onRequire: hook.OnRequireFn): void;
      (onRequire: hook.OnRequireFn): void;
      };

        type OnRequireFn

        type OnRequireFn = <T>(exports: T, name: string, basedir?: string) => T;

          type Options

          type Options = {
          internals?: boolean;
          };

            Package Files (2)

            Dependencies (10)

            Dev Dependencies (26)

            Peer Dependencies (0)

            No peer dependencies.

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@pm2/io.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@pm2/io)
            • HTML
              <a href="https://www.jsdocs.io/package/@pm2/io"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>