UNPKG
@bracketed/create-templates
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Download and use my templates using this command line system!
bracketed.co.uk
bracketed/templatecli
@bracketed/create-templates
/
dist
/
utilities
/
output.d.ts
11 lines
•
328 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
class
output
{
static
log
(
output
?:
string
|
Array
<
string
> |
null
|
undefined
):
void
;
static
buffer
(
output
?:
string
):
import
(
"ora"
).
Ora
;
static
getNPMVersion
():
string
;
static
versions
: {
node
:
string
;
lib
:
string
; }; }
export
{ output };
//# sourceMappingURL=output.d.ts.map