UNPKG
@stacktrace-lite/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
> Parse, filter, and format JavaScript stack traces with plugins for browsers and Node.js.
@stacktrace-lite/core
/
dist
/
shims
/
colorette.browser.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
bold
:
(
s
:
string
) =>
string
;
export
declare
const
dim
:
(
s
:
string
) =>
string
;
export
declare
const
yellow
:
(
s
:
string
) =>
string
;
export
declare
const
gray
:
(
s
:
string
) =>
string
;