flow2schema/declarations/resolve.js

4 lines
92 B
JavaScript

declare module 'resolve' {
declare function sync(string, ?{basedir: string}): string;
}