UNPKG
xenforo-dl
Version:
latest (1.0.0)
1.0.0
XenForo Forum Downloader
github.com/patrickkfkan/xenforo-dl
patrickkfkan/xenforo-dl
xenforo-dl
/
dist
/
lib
/
templates
/
Thread.d.ts
5 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
import { Thread } from
'../entities/Thread.js'
; export default
class
ThreadHeaderTemplate
{ static
format
(thread: Thread): string; } //
# sourceMappingURL=Thread.d.ts.map