UNPKG

@featurevisor/sdk

Version:

Featurevisor SDK for Node.js and the browser

6 lines (5 loc) 246 B
import type { VariableType, VariableValue } from "@featurevisor/types"; type FieldType = string | VariableType; type ValueType = VariableValue; export declare function getValueByType(value: ValueType, fieldType: FieldType): ValueType; export {};