Files
core/hwe/ts/util/APIPathGen.d.ts
T

1 line
78 B
TypeScript

export function APIPathGen<T>(obj: T, callback: (path: string[])=>unknown): T;