UNPKG

bidirectional-resolve

Version:

Resolve a package entry point to a file path (like require.resolve/import.meta.resolve) OR a file path to a package entry point

7 lines 187 B
/** * A collection of possible error and warning messages. */ export declare const ErrorMessage: { AssertionFailedWantedPathIsNotSeenPath(): string; GuruMeditation: () => string; };