This repository has been archived on 2025-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
boilerplate/frontend/node_modules/muggle-string/out/track.d.ts
2025-01-03 00:05:10 +07:00

6 lines
310 B
TypeScript

import { Segment, StackNode } from "./types";
export declare function setTracking(value: boolean): void;
export declare function offsetStack(): void;
export declare function resetOffsetStack(): void;
export declare function track<T extends Segment<any>[]>(segments: T, stacks?: StackNode[]): [T, StackNode[]];