• J
    Convert export worker to typescript (#13381) · 67df4970
    Jan Potoms 提交于
    This is purely adding types except for the line:
    
    ```js
    params = getRouteMatcher(getRouteRegex(page))(path) || undefined
    ```
    
    Also added a couple of `@ts-ignore` as to avoid having to make any more functional changes
    67df4970
index.ts 13.0 KB