UNPKG
@boost/internal
Version:
latest (5.0.0)
next (5.0.0-alpha.2)
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
4.0.1
4.0.0
4.0.0-alpha.1
3.0.1
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Boost internals.
github.com/milesj/boost
milesj/boost
@boost/internal
/
mjs
/
createInternalDebugger.d.ts
4 lines
•
230 B
TypeScript
View Raw
1
2
3
4
import
{
type
Debugger
}
from
'debug'
;
export
declare
function
sentenceCase
(
value
:
unknown
):
string
;
export
declare
function
createInternalDebugger
(
namespace
:
string
):
Debugger
;
//# sourceMappingURL=createInternalDebugger.d.ts.map