UNPKG

@promptbook/remote-client

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

10 lines (9 loc) 288 B
import type { Usage } from '../Usage'; /** * Function `addUsage` will add multiple usages into one * * Note: If you provide 0 values, it returns ZERO_USAGE * * @public exported from `@promptbook/core` */ export declare function addUsage(...usageItems: ReadonlyArray<Usage>): Usage;