Options
All
  • Public
  • Public/Protected
  • All
Menu

External module Structures

Index

Variables

Const common

common: (Anonymous function) = deprecate(() => {}, 'Common is now deprecated, just access the properties directly')

Const prototypeKeys

prototypeKeys: string[] = Reflect.ownKeys(Array.prototype).filter(k => typeof k === 'string' && k !== 'constructor') as unknown as string[]

Functions

parseImageUrl

  • parseImageUrl(url: string, data: any, booru: Booru): string | null
  • Tries to figure out what the image url should be

    Parameters

    • url: string

      why

    • data: any

      boorus

    • booru: Booru

      so hard

    Returns string | null

Generated using TypeDoc