UNPKG
modrinth
Version:
latest (999.1.0)
999.1.0
999.0.1
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
JavaScript library for accessing the Modrinth API
modrinth.js.org
rubybb/modrinth
modrinth
/
src
/
structs
/
tags
/
Loader.d.ts
4 lines
(3 loc)
•
107 B
TypeScript
View Raw
1
2
3
4
import
loaders
from
"./loaders.json"
;
export
{ loaders };
export
declare
type
Loader
=
"forge"
|
"fabric"
;