[EDIT] FILE: MappedTypeScope.d.ts.tar
lovestrong/frontend/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts 0000755 00000001014 15076265464 0034231 0 ustar 00 home/koolde6/public_html import type { TSESTree } from '@typescript-eslint/types'; import type { ScopeManager } from '../ScopeManager'; import type { Scope } from './Scope'; import { ScopeBase } from './ScopeBase'; import { ScopeType } from './ScopeType'; declare class MappedTypeScope extends ScopeBase<ScopeType.mappedType, TSESTree.TSMappedType, Scope> { constructor(scopeManager: ScopeManager, upperScope: MappedTypeScope['upper'], block: MappedTypeScope['block']); } export { MappedTypeScope }; //# sourceMappingURL=MappedTypeScope.d.ts.map
SAVE
CANCEL