UNPKG
@citation/csl-locale-en-us
Version:
latest (1.0.0)
1.0.0
CSL locale for en-US
github.com/Ayowel/csl-support-js
@citation/csl-locale-en-us
/
index.d.ts
11 lines
(10 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
'@citation/csl-locale-en-us'
{
const
info
: {
common_name
:
string
,
native_name
:
string
,
locale
:
string
,
primary_dialect
:
boolean
,
content
:
string
, }
export
default
info }