mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
b56d5cec39
* chore: relocated mock package * refactor: relocate local-storage htpasswd to plugins because they are * chore: format
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import LocalDatabase from './local-database';
|
|
|
|
export { LocalDatabase };
|
|
|
|
export default LocalDatabase;
|