UNPKG
@pushrocks/smartstring
Version:
latest (4.0.7)
4.0.7
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.14
3.0.13
3.0.11
3.0.10
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
handle strings in smart ways. TypeScript ready.
gitlab.com/pushrocks/smartstring
@pushrocks/smartstring
/
dist_ts
/
smartstring.git.d.ts
10 lines
(9 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
GitRepo
{
host
:
string
;
user
:
string
;
repo
:
string
;
accessToken
:
string
;
sshUrl
:
string
;
httpsUrl
:
string
;
constructor
(
stringArg
:
string
,
tokenArg
?:
string
); }