Toggle navigation
Toggle navigation
This project
Loading...
Sign in
digsig
/
bsync-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Stefan Huber
2017-03-22 10:47:53 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f76341d6a982857532693c92c97bead6e03d929
4f76341d
1 parent
6fb2e378
declaration
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
index.d.ts
index.d.ts
View file @
4f76341
...
...
@@ -13,7 +13,13 @@ declare var bsyncClient: {
CONFIG_TARGET_DIRECTORY
:
string
;
ENV_CORDOVA
:
string
;
ENV_ELECTRON
:
string
;
ENV_UNKNOWN
:
string
;
ServiceLocator
:
{
getEnvironment
:
()
=>
string
;
getConfig
:
()
=>
{
getConfig
:
(
key
:
string
)
=>
any
;
...
...
Please
register
or
login
to post a comment