Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 3, 2023
1 parent 95b78ac commit 297b39a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

3 changes: 1 addition & 2 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

// TypeScript Version: 4.1

/* tslint:disable:max-line-length */
/* tslint:disable:max-file-line-count */
/* eslint-disable max-lines */

import ARGV = require( './../../argv' );
import chdir = require( './../../chdir' );
Expand Down
2 changes: 1 addition & 1 deletion read-stdin/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface StdIn {
*
* stdin( 'utf8', onRead );
*/
( encoding: string | null, clbk: Callback ): void; // tslint-disable-line max-line-length
( encoding: string | null, clbk: Callback ): void;

/**
* Reads data from `stdin`.
Expand Down
2 changes: 1 addition & 1 deletion umask/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ interface Options {
* var mask = umask();
* // returns <number>
*/
declare function umask( mask: number | string, options?: Options ): number | string; // tslint-disable-line max-line-length
declare function umask( mask: number | string, options?: Options ): number | string;

/**
* Get/set the process mask.
Expand Down

0 comments on commit 297b39a

Please sign in to comment.