UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
dist
/
cli
/
commands
/
import.d.ts
7 lines
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
ImportProps
{
inputFile
:
string
;
merge
?:
boolean
; }
export
declare
function
renderImport
(
options
:
ImportProps
):
Promise
<
void
>;
export
{};
//# sourceMappingURL=import.d.ts.map