Skip to main content
Module

x/deno_check_updates/types/dependencyType.ts

:mag: Automatically checks deno dependencies versions from import maps file
Latest
File
export type dependencyType = { name: string, module: string, version: string, url: string, latest?: string, upToDate?: boolean}