@gobstones/gobstones-scripts
Version:
Scripts to abstract away build configuration of Gobstones Project's libraries and modules.
12 lines • 342 B
TypeScript
/**
* Returns the string for the bash command to run
* the license-check-and-add command.
*
* @param mode - The mode in which to run, one of "add" (default) or "remove".
*
* @example license('add')
*
* @returns The bash command string.
*/
export declare const license: (mode?: string) => string;
//# sourceMappingURL=license.d.ts.map