Skip to main content
Module

x/velociraptor/test/ts/scripts.ts

The npm-style script runner for Deno
Latest
File
import type { ScriptsConfiguration } from "../../src/scripts_config.ts";
export default <ScriptsConfiguration> { scripts: { test: "echo Works!", },};