uvue.uts 128 Bytes RawBlameHistoryPermalink 1 2 3 4 5 // @ts-nocheck export const getCurrentPage = ():Page => { const pages = getCurrentPages(); return pages[pages.length - 1] };