Skip to content

v1.0.1

Compare
Choose a tag to compare
@drashbot drashbot released this 11 May 19:34
· 21 commits to refs/heads/main since this release
31c2663

Compatibility

Requires Deno v1.20

Documentation

Usage

  1. Create a deps.ts file.
// deps.ts

export { Model } from "https://deno.land/x/vital@v1.0.1/mod.ts";
  1. Import Model from your deps.ts file.
import { Model } from "./deps.ts"

... your
... code
... here