import { readLockFile } from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
Read, parse, and validate a lockfile.
Parameters
specifier: URL | string
- The URL or path to the lockfile.
import { readLockFile } from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
Read, parse, and validate a lockfile.