UNPKG
@stencila/thema
Version:
latest (0.129.0)
next (2.2.5)
2.24.4
2.24.3
2.24.2
2.24.1
2.24.0
2.23.0
2.22.1
2.22.0
2.21.2
2.21.1
2.21.0
2.20.16
2.20.15
2.20.14
2.20.13
2.20.12
2.20.11
2.20.10
2.20.9
2.20.8
2.20.7
2.20.6
2.20.5
2.20.4
2.20.3
2.20.2
2.20.1
2.20.0
2.19.3
2.19.2
2.19.1
2.19.0
2.18.0
2.17.2
2.17.1
2.17.0
2.16.3
2.16.2
2.16.1
2.16.0
2.15.5
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.0
2.13.2
2.13.1
2.13.0
2.12.0
2.11.1
2.11.0
2.10.7
2.10.6
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.16.1
1.16.0
1.15.2
1.15.1
1.15.0
1.14.2
1.14.1
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
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.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.129.0
Themes for executable documents
github.com/stencila/stencila
stencila/stencila
@stencila/thema
/
dist
/
demo
/
utils
/
url.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
export
declare
const
parseQueries
:
(
themeKeys
:
string
[]
) =>
Record
<
string
,
string
>;
export
declare
const
upsertQuery
:
(
query
:
string
,
value
:
string
) =>
string
;
export
declare
const
removeQuery
:
(
query
:
string
) =>
void
;