AgentVerse's picture
first commit
670a607
raw
history blame contribute delete
103 Bytes
import Custom from './Custom';
export default function Factory(
config?: Custom.IConfig
): Custom;