rhombic
Version:
SQL parsing, lineage extraction and manipulation
9 lines • 302 B
TypeScript
import { IContext } from "../Context";
/**
* Extract the `image` from a children dictionary.
*
* /!\ This function only deal with one line context /!\
* @param children
*/
export declare const getImageFromChildren: (children: IContext) => string;
//# sourceMappingURL=getImageFromChildren.d.ts.map