fix
This commit is contained in:
9
book/node_modules/honkit/lib/plugins/validatePlugin.d.ts
generated
vendored
Normal file
9
book/node_modules/honkit/lib/plugins/validatePlugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
Validate a plugin
|
||||
|
||||
@param {Plugin} plugin
|
||||
@return {Promise<Plugin>}
|
||||
*/
|
||||
declare function validatePlugin(plugin: any): any;
|
||||
export default validatePlugin;
|
||||
//# sourceMappingURL=validatePlugin.d.ts.map
|
Reference in New Issue
Block a user