Skip to main content

createTodoList

Function
This function is defined in the planning module.

Signature

def createTodoList(name?: string) -> TodoList

Returns

Returns
TodoList
The result of the operation.

Uses

  • TodoList

Source

View on GitHub

src/planning/index.ts at line 516