We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d1bc4 commit ebd3ea3Copy full SHA for ebd3ea3
prototype-starter/app/functions.js
@@ -0,0 +1,9 @@
1
+//
2
+// For guidance on how to create functions see:
3
+// https://prototype-kit.service.gov.uk/docs/functions
4
5
+
6
+const govukPrototypeKit = require('govuk-prototype-kit')
7
+const addFunction = govukPrototypeKit.views.addFunction
8
9
+// Add your functions here
0 commit comments