UNPKG

mahler

Version:

A automated task composer and HTN based planner for building autonomous system agents

4 lines (3 loc) 89 B
export type Identity<T> = T extends object ? object & { [P in keyof T]: T[P]; } : T;