UNPKG
concurrently
Version:
latest (9.2.0)
9.2.0
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.5.1
6.5.0
6.4.0
6.3.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0-rc1
3.0.0-dev
2.2.0
2.1.0
2.0.0
1.0.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
Run commands concurrently
github.com/open-cli-tools/concurrently
open-cli-tools/concurrently
concurrently
/
dist
/
src
/
assert.d.ts
6 lines
(5 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Asserts that some condition is true, and if not, prints a warning about it being deprecated. * The message is printed only once. */
export
declare
function
assertDeprecated
(
check:
boolean
, name:
string
, message:
string
):
void
;