site/node_modules/mdast-util-to-markdown/lib/util/track.d.ts

6 lines
339 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export function track(info: import("../types.js").TrackFields): import("../types.js").Tracker;
export type CreateTracker = import('../types.js').CreateTracker;
export type TrackCurrent = import('../types.js').TrackCurrent;
export type TrackMove = import('../types.js').TrackMove;
export type TrackShift = import('../types.js').TrackShift;