purescript-puppeteer/test/Test.Main.js

3 lines
93 B
JavaScript
Raw Normal View History

2023-09-29 05:14:09 +00:00
/** @type {(_: Error) => () => string} */
export const errorString = e => () => e.toString()