mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
parent
16134c168d
commit
a64af03846
2
browser-sync/browser-sync.d.ts
vendored
2
browser-sync/browser-sync.d.ts
vendored
@ -371,7 +371,7 @@ declare module "browser-sync" {
|
||||
* The stream method returns a transform stream and can act once or on many files.
|
||||
* @param opts Configuration for the stream method
|
||||
*/
|
||||
stream(opts: { once: boolean }): NodeJS.ReadWriteStream;
|
||||
stream(opts?: { once: boolean }): NodeJS.ReadWriteStream;
|
||||
/**
|
||||
* Helper method for browser notifications
|
||||
* @param message Can be a simple message such as 'Connected' or HTML
|
||||
|
||||
Loading…
Reference in New Issue
Block a user