textlint
Version:
The pluggable linting tool for text and markdown.
12 lines • 405 B
TypeScript
/**
* Remove `prefix` from `text`.
*/
export declare const removePrefixFromPackageName: (prefixList: string[], packageName: string) => string;
/**
* Create full package name and return
* @param {string} prefix
* @param {string} name
* @returns {string}
*/
export declare const createFullPackageName: (prefix: string, name: string) => string;
//# sourceMappingURL=textlint-package-name-util.d.ts.map