UNPKG

@devcycle/nodejs-server-sdk

Version:

The DevCycle NodeJS Server SDK used for feature management.

4 lines (3 loc) 217 B
import { SDKVariable } from '@devcycle/types'; import { ProtobufTypes } from '@devcycle/bucketing-assembly-script'; export declare function pbSDKVariableTransform(variable: ProtobufTypes.SDKVariable_PB): SDKVariable;