UNPKG

knowhub

Version:

Synchronize AI coding–agent knowledge files (rules, templates, guidelines) across your project.

8 lines • 286 B
export function isPluginResource(resource) { if (typeof resource !== "object" || resource === null) { return false; } const obj = resource; return ("plugin" in obj && typeof obj.plugin === "string" && obj.plugin.length > 0); } //# sourceMappingURL=helpers.js.map