UNPKG
vercel-php
Version:
canary (0.7.2-canary.3)
latest (0.7.3)
0.7.3
0.7.2
0.7.2-canary.3
0.7.2-canary.2
0.7.2-canary.1
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.3-canary.0
0.5.2
0.5.1
0.5.0
0.5.0-canary.2
0.5.0-canary.1
0.5.0-canary.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-canary.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.2-canary.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Vercel PHP runtime
github.com/juicyfx/vercel-php
juicyfx/vercel-php
vercel-php
/
dist
/
index.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ shouldServe,
BuildV3
,
PrepareCache
}
from
'@vercel/build-utils'
;
export
declare
const
version =
3
;
export
declare
const
build
:
BuildV3
;
export
declare
const
prepareCache
:
PrepareCache
;
export
{ shouldServe };