@types/tail
Advanced tools
+1
-1
@@ -9,3 +9,3 @@ // Type definitions for tail 1.2 | ||
| interface TailOptions { | ||
| separator?: string | RegExp; | ||
| separator?: string | RegExp | null; | ||
| fromBeginning?: boolean; | ||
@@ -12,0 +12,0 @@ fsWatchOptions?: Record<string, any>; |
| { | ||
| "name": "@types/tail", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": "TypeScript definitions for tail", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
| "type": "git", | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/tail" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "bce91e2459b4e2e9f68e45563303d49c8b77e5aa0734f38d83e8f44a0c7d3596", | ||
| "typesPublisherContentHash": "f5f6c2dee8991a6d7daacd73a12776596667181671710d79889cb26d3daeb101", | ||
| "typeScriptVersion": "2.1" | ||
| } |
+2
-2
@@ -5,3 +5,3 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for tail ( https://github.com/lucagrulla/node-tail ). | ||
| This package contains type definitions for tail (https://github.com/lucagrulla/node-tail). | ||
@@ -12,3 +12,3 @@ # Details | ||
| Additional Details | ||
| * Last updated: Thu, 14 Feb 2019 00:09:12 GMT | ||
| * Last updated: Mon, 26 Aug 2019 15:15:52 GMT | ||
| * Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: none |
3609
1.12%