UNPKG
wikibase-edit
Version:
latest (8.1.2)
8.1.2
8.1.1
8.1.0
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.3
7.1.2
7.1.1
7.1.0
7.0.4
7.0.3
7.0.2
7.0.0
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.0
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.16.1
4.16.0
4.15.2
4.15.0
4.14.3
4.14.2
4.14.1
4.14.0
4.13.1
4.13.0
4.12.1
4.12.0
4.11.8
4.11.7
4.11.6
4.11.5
4.11.4
4.11.3
4.11.2
4.11.1
4.11.0
4.10.1
4.10.0
4.9.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.3
4.7.2
4.7.1
4.7.0
4.6.2
4.6.1
4.6.0
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.2
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
0.0.0
Edit Wikibase from NodeJS
codeberg.org/maxlath/wikibase-edit
wikibase-edit
/
dist
/
src
/
lib
/
resolve_title.d.ts
4 lines
•
280 B
TypeScript
View Raw
1
2
3
4
import
{
type
EntityId
,
type
EntityPageTitle
}
from
'wikibase-sdk'
;
import
type
{
AbsoluteUrl
}
from
'./types/common.js'
;
export
declare
function
resolveTitle
(
title
:
EntityId
,
instanceApiEndpoint
:
AbsoluteUrl
):
Promise
<
EntityPageTitle
>;
//# sourceMappingURL=resolve_title.d.ts.map