UNPKG

typescript-dotnet-core

Version:

A the core classes and utilities of a JavaScript-Friendly .NET Based TypeScript Library.

4 lines 65 B
export default interface IMap<TValue> { [key:string]:TValue }