UNPKG
headnote
Version:
latest (1.0.0)
1.0.0
0.0.0
Prepend banner headers to files.
github.com/ajiho/headnote
ajiho/headnote
headnote
/
dist
/
interfaces.d.ts
6 lines
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
HeadnoteOptions
{
banner
?:
string
;
exclude
?:
string
[];
dryRun
?:
boolean
; }
//# sourceMappingURL=interfaces.d.ts.map