9 lines
260 B
TypeScript
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
|