UNPKG

danger

Version:
8 lines (7 loc) 248 B
/** * Updates a Dangerfile to remove the import for Danger * @param {string} contents the file path for the dangerfile * @returns {string} the revised Dangerfile */ declare const _default: (contents: string) => string; export default _default;