UNPKG

118 BJavaScriptView Raw
1export function toUTCDate(y, m, d) {
2 return new Date(Date.UTC(y, m, d));
3}
4//# sourceMappingURL=to-utc-date.js.map
\No newline at end of file