Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { LabelValue } from '@skava/graphql-bindings';
import { ValueWithUnknownObj } from './typings';
declare function processFeatureNotBugPipes(): void;
declare function flattenSnap(snapshot?: ValueWithUnknownObj): LabelValue;
export { flattenSnap, processFeatureNotBugPipes };
export default flattenSnap;