UNPKG
@tryfabric/martian
Version:
latest (1.2.4)
1.2.4
1.2.0
1.1.1
1.1.0
Converts Markdown to Notion Blocks and RichText
github.com/tryfabric/martian
tryfabric/martian
@tryfabric/martian
/
build
/
scripts
/
languageMap.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
{
Language
}
from
'linguist-languages'
;
import
{ supportedCodeLang }
from
'../src/notion'
;
export
declare
const
languages
:
Record
<supportedCodeLang,
Language
|
Language
[] |
undefined
>;