UNPKG

javascript-obfuscator

Version:
4 lines (3 loc) 138 B
import { IMapStorage } from '../IMapStorage'; export interface IGlobalIdentifierNamesCacheStorage extends IMapStorage<string, string> { }