UNPKG

javascript-obfuscator

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