UNPKG
mclogs
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript library for the mclo.gs API
github.com/tarna/mclogs
tarna/mclogs
mclogs
/
dist
/
index.d.ts
7 lines
(6 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
MCLogs
}
from
'./mclogs'
;
/** * The default instance of the MCLogs Client */
declare
const
mclogs
:
MCLogs
;
export
default
mclogs;