Skip to main content
Module

x/apiland/types.d.ts>Module

The API server for deno.land
Latest
interface Module
import { type Module } from "https://deno.land/x/apiland@1.7.2/types.d.ts";

Stored as kind module in the datastore.

Properties

name: string
description: string
versions: string[]
latest_version: string | null
optional
maintenance_score: number
optional
popularity_score: number

A weighted score of how popular a module is.

optional
quality_score: number
optional
tags: ModuleTag[]

Tags which are associated with the module.