0.0.1 • Published 4 years ago

@posthog/plugin-globals v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.