UNPKG

svelte-eslint-parser

Version:
3 lines (2 loc) 141 B
/** Load the newest reachable copy of a module (linter → cwd → self). */ export declare function loadNewestModule<T>(module: string): T;