UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
scripts
/
constants.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
DEFAULT_ROOT
=
".bemedev"
;
export
declare
const
JSON
_PATH =
".bemedev.json"
;
export
declare
const
config
: {
json
:
string
;
root
:
string
; };
//# sourceMappingURL=constants.d.ts.map