Move plugins to build folder

This commit is contained in:
Gregory Schier
2024-02-09 05:07:34 -08:00
parent ba4d1063e3
commit 4fcf1df61f
11 changed files with 10 additions and 10 deletions

View File

@@ -1,17 +0,0 @@
function u(r) {
let e;
try {
e = JSON.parse(r);
} catch {
return;
}
if (t(e) && e.yaakSchema === 1)
return { resources: e.resources };
}
function t(r) {
return Object.prototype.toString.call(r) === "[object Object]";
}
export {
t as isJSObject,
u as pluginHookImport
};