{"version":3,"sources":["jsdelivr-header.js","/npm/@flowers-software/pdk-types@0.4.4/src/index.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,MCNS,KAAK,mBAMP,SAAS,aAAa,GAC3B,GAAc,MAAV,GAAoC,iBAAX,EAC3B,MAAM,IAAI,UAAU,wCAGtB,OAAO,CACT","file":"/npm/@flowers-software/pdk-types@0.4.4/src/index.js","sourceRoot":"","sourcesContent":["/**\n * Minified by jsDelivr using Terser v5.39.0.\n * Original file: /npm/@flowers-software/pdk-types@0.4.4/src/index.js\n *\n * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files\n */\n","export * from \"./http.ts\";\n\n/**\n * Declares a Flowers plugin in a way that keeps the runtime contract explicit\n * while remaining a zero-cost abstraction at build time.\n */\nexport function definePlugin(plugin) {\n  if (plugin == null || typeof plugin !== \"object\") {\n    throw new TypeError(\"definePlugin expects a plugin object\");\n  }\n\n  return plugin;\n}\n"]}