@types/parse-passwd
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/parse-passwd

Summary

This package contains type definitions for parse-passwd (https://github.com/doowb/parse-passwd).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-passwd.

index.d.ts

export = parsePasswd;

declare function parsePasswd(passwdText: string): parsePasswd.PasswdEntry[];

declare namespace parsePasswd {
    interface PasswdEntry {
        username: string;
        password: string;
        uid: string;
        gid: string;
        gecos: string;
        homedir: string;
        shell: string;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/parse-passwd

Weekly Downloads

4,449

Version

1.0.2

License

MIT

Unpacked Size

3.24 kB

Total Files

5

Last publish

Collaborators

  • types