Urara-Blog/node_modules/.pnpm-store/v3/files/e7/c3ddddc1d82d69cd7a8ec460358d48367ca34bf433e28db3482085dc87cb1ca0a57bd25f1ea7287895c11504e9bc38a46a8bad057d92e284b412c0ffa051d6
2022-08-14 01:14:53 +08:00

13 lines
354 B
Text

/*
Copyright 2018 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import '../_version.js';
export const pluginUtils = {
filter: (plugins, callbackName) => {
return plugins.filter((plugin) => callbackName in plugin);
},
};