UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

6 lines (5 loc) 155 B
export interface ObjectType<T> { [key: string]: T; } declare function substitute<T>(str: string, o: ObjectType<T>): string; export default substitute;