function getEndOfMonthimport { getEndOfMonth } from "https://deno.land/x/somefn@v0.27.0/js/date.ts"; getEndOfMonth(v: Date | MonthString, opt?: { timezone?: string; }): MillisecondTimestamp获取月末时间 Parametersv: Date | MonthString支持 Date 和 202101... 这样的字符串 optionalopt: { timezone?: string; } = [UNSUPPORTED]ReturnsMillisecondTimestamp月末时间的毫秒时间戳