UNPKG

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