UNPKG

143 BJavaScriptView Raw
1const { data, string } = require("@algebraic/type");
2
3module.exports = data `Target` (
4 entrypoint => string,
5 destination => string );