UNPKG
code2md
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
A tool to extract code contents to a markdown file for software copyright applyment.
code2md
/
lib
/
Worker.d.ts
11 lines
(10 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
CmdOption
}
from
"./typings"
;
export
declare
class
Worker
{
private
ext2langMap;
private
opts;
private
outStr;
generate
(
opts
:
CmdOption
):
Promise
<
void
>;
private
processDir;
private
processFile;
private
guessLang; }