Skip to content

Commit 8d860a1

Browse files
committed
Add leading empty line to repl.txt files
1 parent d571e94 commit 8d860a1

File tree

25 files changed

+26
-1
lines changed

25 files changed

+26
-1
lines changed

lib/node_modules/@stdlib/assert/is-absolute-http-uri/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( value )
23
Tests whether a value is an absolute HTTP(S) URI.
34

lib/node_modules/@stdlib/assert/is-absolute-uri/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( value )
23
Tests whether a value is an absolute URI.
34

lib/node_modules/@stdlib/assert/is-localhost/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( value )
23
Tests whether a value is a localhost hostname.
34

lib/node_modules/@stdlib/assert/is-property-key/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( value )
23
Tests whether a value is a property key.
34

lib/node_modules/@stdlib/assert/is-relative-uri/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( value )
23
Tests whether a value is a relative URI.
34

lib/node_modules/@stdlib/math/base/assert/is-negative-finite/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( x )
23
Tests if a double-precision floating-point numeric value is a negative
34
finite number.

lib/node_modules/@stdlib/math/base/assert/is-nonnegative-finite/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( x )
23
Tests if a double-precision floating-point numeric value is a nonnegative
34
finite number.

lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( x )
23
Tests if a double-precision floating-point numeric value is a nonpositive
34
finite number.

lib/node_modules/@stdlib/math/base/assert/is-positive-finite/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( x )
23
Tests if a double-precision floating-point numeric value is a positive
34
finite number.

lib/node_modules/@stdlib/regexp/semver/docs/repl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}()
23
Returns a regular expression to match a semantic version string.
34

0 commit comments

Comments
 (0)