UNPKG

@lint-todo/utils

Version:

![CI Build](https://github.com/lint-todo/utils/workflows/CI%20Build/badge.svg) [![npm version](https://badge.fury.io/js/%40lint-todo%2Futils.svg)](https://badge.fury.io/js/%40lint-todo%2Futils) [![License](https://img.shields.io/npm/l/@checkup/cli.svg)](h

8 lines 656 B
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