Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/entsoe_api_client/scripts/deps.ts

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.
Latest
import * as entsoeApiClient from "https://deno.land/x/entsoe_api_client@1.0.1/scripts/deps.ts";

Functions

Builds the specified Deno module to an npm package using the TypeScript compiler.

Copy a file or directory. The directory can have contents. Like cp -r. Requires the --allow-read and --allow-write flag.

Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted. Requires the --allow-read and --allow-write flag.