Skip to main content
Module

x/adventure_time/mod.ts>Episode

Adventure Time! Transcript - Deno ready library
class Episode
Re-export
import { Episode } from "https://deno.land/x/adventure_time@0.0.1/mod.ts";

Episode object

Constructors

new
Episode(
title: string,
season: string,
transcript: string,
)

Properties

season: string
title: string
transcript: string

Methods

search(phrase: string): boolean