@supernovaio/sdk
Version:
Supernova.io SDK
6 lines (5 loc) • 364 B
TypeScript
export declare class FlowUtils {
static offsetLines(content: string, by: number, character: string): string;
static offsetLinesIgnoreFirst(content: string, by: number, character: string): string;
static offsetLinesCanIgnoreFirstline(content: string, shouldIgnoreFirstLine: boolean, userOffset: number, nodeOffset: number, character: string): string;
}