UNPKG

@wordpress/project-management-automation

Version:

GitHub Action that implements various automation to assist with managing the Gutenberg GitHub repository.

8 lines 223 B
export = debug; /** * Prints a debug message to STDOUT in non-testing environments. * * @param {string} message The message to print. */ declare function debug(message: string): void; //# sourceMappingURL=debug.d.ts.map