Files
portfolio2023/build/node_modules/stacktracey/test_files/mkay.js
T
2023-11-24 22:35:41 +01:00

4 lines
135 B
JavaScript

/* This will help assuring whether our source mapping works OK */
module.exports = function mkay () {
throw new Error ('mkay') }