MCPcopy
hub / github.com/autoNumeric/autoNumeric / NameValuePair

Interface NameValuePair

index.d.ts:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 * @typeParam T Type of the value.
963 */
964 export interface NameValuePair<T> {
965 /** The name of this pair. */
966 name: string;
967 /** The value of this pair. */
968 value: T;
969 }
970
971 export interface Options {
972 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected