correct comments

This commit is contained in:
Gerhard Stoebich
2018-08-24 11:21:38 +02:00
parent c4c0b9b6e3
commit fcf71d5abe
+4 -4
View File
@@ -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;