UNPKG
typed-patterns
Version:
latest (0.2.11)
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Basic design patterns
github.com/kol-93/typed-patterns
kol-93/typed-patterns
typed-patterns
/
lib
/
util
/
name.space.d.ts
7 lines
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Object with typed properties */
export
interface
NameSpace
<
ValueType
=
any
> { [
name: string
]: ValueType; }
//# sourceMappingURL=name.space.d.ts.map