UNPKG
@allurereport/static-server
Version:
latest (3.0.0-beta.22)
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
Minimalistic web-server for serving static files
@allurereport/static-server
/
dist
/
utils.d.ts
5 lines
(4 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
EXTENSIONS_BY_TYPE
:
Record
<
string
,
string
>;
export
declare
const
TYPES_BY_EXTENSION
:
Record
<
string
,
string
>;
export
declare
const
identity
: <T>
(
value
?: T
) =>
T |
undefined
;
export
declare
const
injectLiveReloadScript
:
(
html
:
string
) =>
string
;