{
  "version": 3,
  "sources": ["../../../../src/functions/_template/template.ts"],
  "sourcesContent": [
    "import {\n  FormulaError,\n  type CellValue,\n  type CellNumber,\n  type FunctionDefinition,\n  type FunctionEvaluationResult,\n  type ValueEvaluationResult,\n  type CellAddress,\n  type SpreadsheetRange,\n  type SpilledValuesEvaluationResult,\n  type SingleEvaluationResult,\n} from \"../../core/types.mjs\";\nimport type { EvaluationContext } from \"../../evaluator/evaluation-context.mjs\";\n\n/**\n * TEMPLATE function implementation\n */\nexport const TEMPLATE: FunctionDefinition = {\n  name: \"TEMPLATE\",\n  evaluate: function (node, context): FunctionEvaluationResult {\n    throw new Error(\"Function not implemented\");\n  },\n};\n"
  ],
  "mappings": ";AAiBO,IAAM,WAA+B;AAAA,EAC1C,MAAM;AAAA,EACN,UAAU,QAAS,CAAC,MAAM,SAAmC;AAAA,IAC3D,MAAM,IAAI,MAAM,0BAA0B;AAAA;AAE9C;",
  "debugId": "0300F5943370881264756E2164756E21",
  "names": []
}