mirror of https://github.com/status-im/metro.git
metro-buck: add control modules
Reviewed By: davidaurelio Differential Revision: D6738569 fbshipit-source-id: 4f4c7310bf9ec389c075ed6b93a6ff819bf84519
This commit is contained in:
parent
13ba5516d1
commit
59515d058c
|
@ -24,7 +24,7 @@ export type BuildResult = {|
|
|||
export type Callback<A = void, B = void> = (Error => void) &
|
||||
((null | void, A, B) => void);
|
||||
|
||||
type Dependency = {|
|
||||
export type Dependency = {|
|
||||
id: string,
|
||||
+isAsync: boolean,
|
||||
path: string,
|
||||
|
|
Loading…
Reference in New Issue