UNPKG
@citation-js/core
Version:
latest (0.7.21)
0.7.21
0.7.18
0.7.14
0.7.13
0.7.11
0.7.9
0.7.6
0.7.1
0.7.0
0.6.9
0.6.8
0.6.5
0.6.1
0.6.0
0.5.7
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-alpha.10
0.5.0-alpha.9
0.5.0-alpha.7
0.5.0-alpha.6
0.5.0-alpha.5
0.5.0-alpha.4
0.5.0-alpha.3
0.5.0-alpha.2
0.5.0-alpha.1
0.5.0-alpha.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.3
0.4.3-alpha.0
0.4.2
0.4.1
0.4.0
0.4.0-rc.4
0.4.0-rc.3
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
Convert different bibliographic metadata sources
citation.js.org
citation-js/citation-js
@citation-js/core
/
lib
/
plugin-common
/
input
/
empty.js
9 lines
(8 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
parse
= parse;
function
parse
(
) {
return
[]; }