UNPKG
@posthog/nextjs-config
Version:
latest (1.10.0)
previous (1.5.2)
1.10.0
1.9.70
1.9.69
1.9.68
1.9.67
1.9.66
1.9.65
1.9.64
1.9.63
1.9.62
1.9.61
1.9.60
1.9.59
1.9.58
1.9.57
1.9.56
1.9.55
1.9.54
1.9.53
1.9.52
1.9.51
1.9.50
1.9.49
1.9.48
1.9.47
1.9.46
1.9.45
1.9.44
1.9.43
1.9.42
1.9.41
1.9.40
1.9.39
1.9.38
1.9.37
1.9.36
1.9.35
1.9.34
1.9.33
1.9.32
1.9.31
1.9.30
1.9.29
1.9.28
1.9.27
1.9.26
1.9.25
1.9.24
1.9.23
1.9.22
1.9.21
1.9.20
1.9.19
1.9.18
1.9.17
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.28
1.8.27
1.8.26
1.8.25
1.8.24
1.8.23
1.8.22
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.0
1.4.2
1.4.1
1.4.0
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
NextJS configuration helper for Posthog 🦔
github.com/PostHog/posthog-js
PostHog/posthog-js
@posthog/nextjs-config
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
export
declare
function
resolveBinaryPath
(
envPath
:
string
,
cwd
:
string
,
binName
:
string
):
string
;
export
declare
const
buildLocalBinaryPaths
:
(
cwd
:
string
) =>
string
[];
export
declare
function
callPosthogCli
(
args
:
string
[],
env
:
NodeJS
.
ProcessEnv
,
verbose
:
boolean
):
Promise
<
void
>;