Closed dancrumb closed 5 years ago
Right now, if you try to use this in an ES5 environment, you have to use:
const Oy = require('oy-vey').default;
in order to access renderTemplate. This change fixes that.
renderTemplate
Right now, if you try to use this in an ES5 environment, you have to use:
in order to access
renderTemplate
. This change fixes that.