xref: /third_party/node/deps/undici/src/lib/llhttp/utils.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/undici/src/lib/llhttp/
11cb0ef41Sopenharmony_ci"use strict";
21cb0ef41Sopenharmony_ciObject.defineProperty(exports, "__esModule", { value: true });
31cb0ef41Sopenharmony_ciexports.enumToMap = void 0;
41cb0ef41Sopenharmony_cifunction enumToMap(obj) {
51cb0ef41Sopenharmony_ci    const res = {};
61cb0ef41Sopenharmony_ci    Object.keys(obj).forEach((key) => {
71cb0ef41Sopenharmony_ci        const value = obj[key];
81cb0ef41Sopenharmony_ci        if (typeof value === 'number') {
91cb0ef41Sopenharmony_ci            res[key] = value;
101cb0ef41Sopenharmony_ci        }
111cb0ef41Sopenharmony_ci    });
121cb0ef41Sopenharmony_ci    return res;
131cb0ef41Sopenharmony_ci}
141cb0ef41Sopenharmony_ciexports.enumToMap = enumToMap;
151cb0ef41Sopenharmony_ci//# sourceMappingURL=utils.js.map

Indexes created Thu Nov 07 10:32:03 CST 2024