UNPKG
shnippet
Version:
latest (0.0.4-alpha)
next (1.0.0-alpha.2)
1.0.0-alpha.2
1.0.0-alpha.0
0.1.1-alpha.0
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
A snippet extraction tool for various programming languages.
shnippet
/
dist
/
shnippet.config.d.ts
15 lines
(14 loc)
•
337 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export declare const config: { rootDirectory: string; snippetOutputDirectory: string; fileExtensions: string[]; exclude: string[]; snippetTags: { start: string; end: string; prependStart: string; prependEnd: string; }; outputDirectoryStructure: string; version: string; };