@posthog/plugin-globals

v0.0.1
Types for globals exposed to PostHog plugins

PostHog Plugin Globals

npm package MIT License

This package contains types for globals exposed to PostHog plugins.

To use, install via yarn or npm:

yarn add --dev @posthog/plugin-globals
npm install --save-dev @posthog/plugin-globals

Then add the following to your tsconfig.json:

{
    "include": [
      /* keep exisitng entries like "src" or "**.ts" and add: */
      "./node_modules/@posthog/plugin-globals/globals.d.ts"
    ]
}

Alternatively (only if the previous step is not suitable), add the following to the top of your index.ts:

import '@posthog/plugin-globals'

Enjoy an improved plugin authoring experience!

Questions?

Join our Slack community.

npm i @posthog/plugin-globals

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/24/2021

Downloads