/home/techb158/balavpn.abdallabala.com/node_modules/resolve/lib
NameSizeModeActions
async.d.ts5260666editdlrm
async.js264640666editdlrm
caller.js4090666editdlrm
exports-resolve.js96110666editdlrm
get-exports-category.js19480666editdlrm
homedir.js9170666editdlrm
node-modules-paths.js13390666editdlrm
normalize-options.js3480666editdlrm
parse-package-specifier.js9420666editdlrm
select-most-restrictive.js16150666editdlrm
sync.d.ts4150666editdlrm
sync.js161720666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/resolve/lib/sync.d.ts (415B)
import type resolve = require('../index.js'); /** * Synchronously resolve a module path, like `require.resolve()`, on behalf of files. * * @param id - The module identifier to resolve. * @param options - Resolution options. * @returns The resolved file path. * @throws If the module cannot be found. */ declare function resolveSync(id: string, options?: resolve.SyncOptions): string; export = resolveSync;