UNPKG

@rocketflag/node-sdk

Version:

The Node SDK for the RocketFlag service.

3 lines (2 loc) 111 B
import { FlagStatus } from "./index"; export declare const validateFlag: (flag: object) => flag is FlagStatus;