Skip to main content
Module

x/casualdb/data/blog.ts>Article

Simple JSON "database" for Deno with type-safety! ⚡️
Latest
interface Article
import { type Article } from "https://deno.land/x/casualdb@v0.1.4/data/blog.ts";

Properties

id: number
title: string
views: number
authorId: number