Skip to content

v1.0.0

Compare
Choose a tag to compare
@crookse crookse released this 14 Dec 00:29
· 64 commits to main since this release

Compatibility

Requires Deno v1.16.4
Uses Deno Standard Modules 0.117.0

Documentation

Usage

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

export * as Line from "https://deno.land/x/line@v1.0.0/mod.ts";
  1. Import Line from your deps.ts file.
import { Line } from "./deps.ts"

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

Release Summary