This commit is contained in:
12
node_modules/licia/invariant.d.ts
generated
vendored
Normal file
12
node_modules/licia/invariant.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare function invariant(
|
||||
condition: boolean,
|
||||
format?: string,
|
||||
a?: string,
|
||||
b?: string,
|
||||
c?: string,
|
||||
d?: string,
|
||||
e?: string,
|
||||
f?: string
|
||||
): void;
|
||||
|
||||
export = invariant;
|
||||
Reference in New Issue
Block a user