This package has been deprecated

Author message:

WARNING: This package has been renamed to task.json

todo.json
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

todo.json

Type definitions for todo.json in TypeScript.

Installation

npm install -D todo.json

Usage

import { Task } from "todo.json";

const task: Task = {
  text: "Hello, world!"
};

License

GPL-3.0

Readme

Keywords

Package Sidebar

Install

npm i todo.json

Weekly Downloads

1

Version

0.1.0

License

GPL-3.0

Unpacked Size

624 B

Total Files

3

Last publish

Collaborators

  • dcsunset