client/app/utils/parameters.js

Summary

Maintainability
A
0 mins
Test Coverage
// Before switching to TypeScript

export function mandatory() {
  throw new Error('Missing parameter');
}