UNPKG

get-registry

Version:

Get registry config for current package manager

10 lines (6 loc) 152 B
# get-registry Get registry config for current package manager. ```ts import get from 'get-registry' await get() // 'https://registry.npmjs.org' ```