Skip to content

Commit b64473d

Browse files
authored
style: add blank line
Signed-off-by: Athan <[email protected]>
1 parent 49adba0 commit b64473d

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/sstdev/docs/types

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/sstdev/docs/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import { float32ndarray, typedndarray } from '@stdlib/types/ndarray';
4646
*/
4747
declare function sstdev<T extends typedndarray<number> = typedndarray<number>>( arrays: [ float32ndarray, T ] ): number;
4848

49+
4950
// EXPORTS //
5051

5152
export = sstdev;

0 commit comments

Comments
 (0)