first commit
This commit is contained in:
9
app_vue/node_modules/set-function-length/env.d.ts
generated
vendored
Normal file
9
app_vue/node_modules/set-function-length/env.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
declare const env: {
|
||||
__proto__: null,
|
||||
boundFnsHaveConfigurableLengths: boolean;
|
||||
boundFnsHaveWritableLengths: boolean;
|
||||
functionsHaveConfigurableLengths: boolean;
|
||||
functionsHaveWritableLengths: boolean;
|
||||
};
|
||||
|
||||
export = env;
|
Reference in New Issue
Block a user