Skip to main content
Module

x/gtts/deps.ts

A simple deno text-to-speech library using the google translate api.
import * as gtts from "https://deno.land/x/gtts@0.1.0/deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

Write all the content of the array buffer (arr) to the writer (w).