Skip to content

Commit 1214ebd

Browse files
committed
Auto-generated commit
1 parent ef97d72 commit 1214ebd

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

CONTRIBUTORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
56
Ali Salesi <ali_sal1381@yahoo.com>
67
Amit Jimiwal <amitjimiwal45@gmail.com>
78
Athan Reines <kgryte@gmail.com>
89
Brendan Graetz <bguiz@users.noreply.github.com>
910
Bruno Fenzl <brunofenzl@gmail.com>
11+
Chinmay J <86140365+JawHawk@users.noreply.github.com>
1012
Christopher Dambamuromo <chridam@gmail.com>
1113
Dan Rose <danoftheroses@gmail.com>
1214
Daniel Killenberger <daniel.killenberger@gmail.com>
1315
Dominik Moritz <domoritz@gmail.com>
1416
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1517
Frank Kovacs <fran70kk@gmail.com>
18+
GUNJ JOSHI <gunjjoshi8372@gmail.com>
19+
Golden <103646877+AuenKr@users.noreply.github.com>
1620
Harshita Kalani <harshitakalani02@gmail.com>
1721
James Gelok <jdgelok@gmail.com>
1822
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -21,6 +25,8 @@ Joey Reed <joeyrreed@gmail.com>
2125
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2226
Joris Labie <joris.labie1@gmail.com>
2327
Justin Dennison <justin1dennison@gmail.com>
28+
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
29+
Khaldon <kahmd1444@gmail.com>
2430
Marcus Fantham <mfantham@users.noreply.github.com>
2531
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2632
Milan Raj <rajsite@users.noreply.github.com>
@@ -29,13 +35,19 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
2935
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3036
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3137
Philipp Burckhardt <pburckhardt@outlook.com>
38+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3239
Pranav Goswami <goswami.4@iitj.ac.in>
40+
Praneki <97080887+PraneGIT@users.noreply.github.com>
41+
Pratik <97464067+Pratik772846@users.noreply.github.com>
3342
Ricky Reusser <rsreusser@gmail.com>
3443
Robert Gislason <gztown2216@yahoo.com>
3544
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
45+
Rutam <138517416+performant23@users.noreply.github.com>
3646
Ryan Seal <splrk@users.noreply.github.com>
3747
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3848
Shraddheya Shendre <shendreshraddheya@gmail.com>
49+
Shubham <shubh622005@gmail.com>
50+
Spandan Barve <114365550+marsian83@users.noreply.github.com>
3951
Stephannie Jiménez Gacha <steff456@hotmail.com>
4052
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
4153
orimiles5 <97595296+orimiles5@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
258258
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-regexp-string.svg
259259
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-regexp-string
260260

261-
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=v0.2.1
262-
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:v0.2.1
261+
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=main
262+
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:main
263263

264264
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp-string/main.svg
265265
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-regexp-string?branch=main

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* var bool = isRegExpString( null );
4545
* // returns false
4646
*/
47-
declare function isRegExpString( value: any ): value is string;
47+
declare function isRegExpString( value: any ): boolean;
4848

4949

5050
// EXPORTS //

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-boolean": "^0.2.1",
54-
"@stdlib/assert-is-browser": "^0.2.0",
54+
"@stdlib/assert-is-browser": "^0.2.1",
5555
"@stdlib/assert-is-windows": "^0.2.1",
56-
"@stdlib/process-exec-path": "^0.2.0",
57-
"@stdlib/string-replace": "^0.2.0",
56+
"@stdlib/process-exec-path": "^0.2.1",
57+
"@stdlib/string-replace": "^0.2.1",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"proxyquire": "^2.0.0",
6060
"istanbul": "^0.4.1",
6161
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
62-
"@stdlib/bench-harness": "^0.2.0"
62+
"@stdlib/bench-harness": "^0.2.1"
6363
},
6464
"engines": {
6565
"node": ">=0.10.0",

0 commit comments

Comments
 (0)