UNPKG

@bobfrankston/mountsmb

Version:

Cross-platform SMB mounting solution for Windows, WSL, and Linux

3 lines (2 loc) 315 B
#!/usr/bin/env node export { mountSMBHost, unmountSMBHost, getActiveMounts, cleanupDeadMounts, getConnectionInfo, getHostnameMappings, getSSHConfigInfo, syncHostnameConfigs, loadHostnameConfig, resolveHostname, type HostnameMap, type HostResolution, type ConnectionInfo, type MountOptions } from './apisupport.js';