deno.com
method default.StreamOptions.construct
#StreamOptions.construct(
this: T,
callback: (error?: Error | null) => void,
): void

Parameters #

#this: T
#callback: (error?: Error | null) => void

Return Type #

void