UNPKG

@adamsy/bhai-lang

Version:

<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt

10 lines (7 loc) 252 B
import type Properties from "posthog-js"; import posthog from "posthog-js"; export const sendEvents = (eventName: string, properties?: Properties) => { if (process.env.NODE_ENV !== "development") { posthog.capture(eventName, properties); } }