UNPKG
bailiff
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.0.0
2.0.2
2.0.1
1.1.1
1.0.1
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
A config manager
github.com/vijayrathore8492/bailiff
vijayrathore8492/bailiff
bailiff
/
lib
/
index.d.ts
7 lines
(6 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
Bailiff
{
private
static
__configStoresPrioritized;
static
addStore
(
config: {} |
string
):
typeof
Bailiff
;
static
get
(
name:
string
):
object
|
string
;
static
loadCentralConfigs
(): Promise<
typeof
Bailiff>
; }