Namespace: output

@citation-js/plugin-bibtex.output

Methods

(static) biblatex(data, optsopt) → {String|Array.<Object>}

Parameters:
Name Type Attributes Description
data Array.<module:@citation-js/core~CSL>
opts Object <optional>
Properties
Name Type Attributes Default Description
format module:@citation-js/core.plugins.dict~dictName | String <optional>
'text'

Output dict name or 'object' for a representation

Implements:
Source:
Returns:
Type
String | Array.<Object>

(static) bibtex(data, optsopt) → {String|Array.<Object>}

Parameters:
Name Type Attributes Description
data Array.<module:@citation-js/core~CSL>
opts Object <optional>
Properties
Name Type Attributes Default Description
format module:@citation-js/core.plugins.dict~dictName | String <optional>
'text'

Output dict name or 'object' for a representation

Implements:
Source:
Returns:
Type
String | Array.<Object>

(static) bibtxt(data, optsopt) → {String|Array.<Object>}

Parameters:
Name Type Attributes Description
data Array.<module:@citation-js/core~CSL>
opts Object <optional>
Properties
Name Type Attributes Default Description
format module:@citation-js/core.plugins.dict~dictName | String <optional>
'text'

Output dict name or 'object' for a representation

Implements:
Source:
Returns:
Type
String | Array.<Object>