2025-05-12 05:38:44 +09:00

9 lines
260 B
TypeScript

/**
* Return list of plugin names. This method is nly used in unit tests.
*
* @param {OrderedMap<String:Plugin} plugins
* @return {Array<String>}
*/
declare function toNames(plugins: any): any;
export default toNames;
//# sourceMappingURL=toNames.d.ts.map