UNPKG

@kiwi-lib/utils

Version:
4 lines (3 loc) 75 B
export interface Builder<T> { build(...args: any[]): T | Promise<T>; }