Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

env.d.ts 222B

123456789
  1. declare const env: {
  2. __proto__: null,
  3. boundFnsHaveConfigurableLengths: boolean;
  4. boundFnsHaveWritableLengths: boolean;
  5. functionsHaveConfigurableLengths: boolean;
  6. functionsHaveWritableLengths: boolean;
  7. };
  8. export = env;