UNPKG
ucbuilder
Version:
beta (2.0.1-beta.6)
beta.3 (1.0.0-beta.3)
latest (2.0.1)
2.0.1
2.0.1-beta.6
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.2
2.0.1-beta.1
2.0.1-beta.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
:Shree Ganeshay Namah: new way app design
github.com/pratik2201/ucbuilder
pratik2201/ucbuilder
ucbuilder
/
types
/
ipc
/
configManage.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ConfigFiller
}
from
"./ConfigFiller.js"
;
export
declare
class
configManage
{
static
filler
:
ConfigFiller
;
static
init
():
Promise
<
void
>; }