UNPKG

ruins

Version:

> [!IMPORTANT] > This is in beta. Not everything is ironed out and some modules might misbehave

8 lines (7 loc) 211 B
/** * Create a file collecting all TODOs in the project * * @param {string} ruinsPath - path to Ruins project directory * @returns {Promise<void>} */ export declare const createGitLog: () => Promise<void>;