@lint-todo/utils
Version:
 [](https://badge.fury.io/js/%40lint-todo%2Futils) [](h
8 lines • 656 B
TypeScript
export { buildTodoDatum } from './builders';
export { applyTodoChanges, compactTodoStorageFile, ensureTodoStorageFile, hasConflicts, generateTodoBatches, getTodoStorageFilePath, readTodos, readTodosForFilePath, readTodoData, readTodoStorageFile, resolveConflicts, todoStorageFileExists, writeTodos, writeTodoStorageFile, } from './io';
export { getTodoConfig, validateConfig } from './todo-config';
export { getSeverity } from './get-severity';
export { differenceInDays, format, getDatePart, isExpired } from './date-utils';
export { buildRange, readSource, getSourceForRange } from './source';
export * from './types';
//# sourceMappingURL=index.d.ts.map