@bernierllc/todo-list
Version:
Pure todo list business logic and management utilities for @bernierllc packages
11 lines (10 loc) • 635 B
JavaScript
/*
Copyright (c) 2025 Bernier LLC
This file is licensed to the client under a limited-use license.
The client may use and modify this code *only within the scope of the project it was delivered for*.
Redistribution or use in other products or commercial offerings is not permitted without written consent from Bernier LLC.
*/
export { TodoList } from './todo-list';
export { TodoList as TaskManager } from './todo-list'; // Backward compatibility
export { TaskTypeSchema, CreateTaskRequestSchema, UpdateTaskRequestSchema, TaskCompletionRequestSchema, TaskFiltersSchema, TaskSchema } from './schemas';
//# sourceMappingURL=index.js.map