UNPKG

288 BTypeScriptView Raw
1import type Fellow from 'fellow'
2interface LicenseOptions {
3 license?: string
4 authors: Fellow[]
5}
6export declare function getLicenseFile(data: LicenseOptions): string
7export declare function getLicenseSection(data: LicenseOptions): string
8export {}
9//# sourceMappingURL=license.d.ts.map
10
\No newline at end of file