windows-drive-letters
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

windows-drive-letters

Get a list of available drive letters for use.

Donation

Do you like this project? Support it by donating, creating an issue or pull request.

Donate

Installation

npm install windows-drive-letters

API

free

Returns a Promise with an array of free letters.

const letters = await wdl.free();

freeSync

Returns an array of free letters.

const letters = wdl.freeSync();

used

Returns a Promise with an array of used letters.

const letters = await wdl.used();

usedSync

Returns an array of used letters.

const letters = wdl.usedSync();

randomFree

Returns a Promise with a random free letter.

const letter = await wdl.randomFree();

randomFreeSync

Returns a random free letter.

const letter = wdl.randomFreeSync();

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    366
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    366
  • 3.1.0
    8
  • 3.0.0
    0
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i windows-drive-letters

Weekly Downloads

374

Version

4.0.0

License

MIT

Unpacked Size

6.1 kB

Total Files

7

Last publish

Collaborators

  • mrmlnc