Carbon/src/js/events/unknown.js

4 lines
147 B
JavaScript
Raw Normal View History

2020-10-26 22:16:47 +00:00
const {simpleEvent} = require("./event")
const UnknownEvent = simpleEvent(() => true, () => "Cannot render event")
2020-10-26 08:10:02 +00:00
module.exports = [UnknownEvent]