interface Date {
getVarDate: () => VarDate;
}
Suffering from Date.getVarDate()
function that never exists.
I'm considering erase of functional: false
option after #372 being completed, because the option had been developed to avoid the special TypeScript bug Date.getVarDate()
.
What's Changed
- Fix #371 and Fix #373 - functional property case by @samchon in #374
- Fix #378 - special case of
functional: false
by @samchon in #379 - i5 12400KF Benchmark by @green1052 in #377
New Contributors
- @green1052 made their first contribution in #377
Full Changelog: v3.3.36...v3.3.38