fix
This commit is contained in:
9
book/node_modules/honkit/lib/modifiers/config/isDefaultPlugin.d.ts
generated
vendored
Normal file
9
book/node_modules/honkit/lib/modifiers/config/isDefaultPlugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Test if a plugin is a default one
|
||||
* @param {string} plugin
|
||||
* @param {string} version
|
||||
* @return {boolean}
|
||||
*/
|
||||
declare function isDefaultPlugin(pluginName: any, version: any): boolean;
|
||||
export default isDefaultPlugin;
|
||||
//# sourceMappingURL=isDefaultPlugin.d.ts.map
|
Reference in New Issue
Block a user