< Summary - Envilder Node.js SDK

Information
Class: src/sdks/nodejs/src/domain/parsed-map-file.ts
Assembly: Default
File(s): src/sdks/nodejs/src/domain/parsed-map-file.ts
Tag: 299_25910610327
Line coverage
N/A
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 6
Line coverage: N/A
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

src/sdks/nodejs/src/domain/parsed-map-file.ts

#LineLine coverage
 1import type { MapFileConfig } from './map-file-config.js';
 2
 3export interface ParsedMapFile {
 4  readonly config: MapFileConfig;
 5  readonly mappings: ReadonlyMap<string, string>;
 6}

Methods/Properties