mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
correct comments
This commit is contained in:
Vendored
+4
-4
@@ -468,11 +468,11 @@ declare var Buffer: {
|
||||
poolSize: number;
|
||||
};
|
||||
|
||||
/************************************************
|
||||
/*----------------------------------------------*
|
||||
* *
|
||||
* GLOBAL INTERFACES *
|
||||
* *
|
||||
************************************************/
|
||||
*-----------------------------------------------*/
|
||||
declare namespace NodeJS {
|
||||
export interface InspectOptions {
|
||||
showHidden?: boolean;
|
||||
@@ -988,11 +988,11 @@ declare namespace NodeJS {
|
||||
|
||||
interface IterableIterator<T> { }
|
||||
|
||||
/************************************************
|
||||
/*----------------------------------------------*
|
||||
* *
|
||||
* MODULES *
|
||||
* *
|
||||
************************************************/
|
||||
*-----------------------------------------------*/
|
||||
declare module "buffer" {
|
||||
export var INSPECT_MAX_BYTES: number;
|
||||
var BuffType: typeof Buffer;
|
||||
|
||||
Reference in New Issue
Block a user