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

6 lines 155 B
/** * A collection of possible error and warning messages. */ export declare const ErrorMessage: { AssertionFailedWantedPathIsNotSeenPath(): string; };