feat: Initial commit
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
declare module 'jinrishici' {
|
||||
interface JinrishiciResult {
|
||||
data: {
|
||||
content: string
|
||||
origin: {
|
||||
title: string
|
||||
dynasty: string
|
||||
author: string
|
||||
content: string[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function load(
|
||||
success: (result: JinrishiciResult) => void,
|
||||
error?: (err: Error) => void
|
||||
): void
|
||||
}
|
||||
Reference in New Issue
Block a user