Skip to main content
Module

x/ogone/mod.ts>Utils

Advanced Web Composition for Future
Latest
class Utils
Re-export
Abstract
import { Utils } from "https://deno.land/x/ogone@revb3/mod.ts";

Properties

private
notify
protected
absolute
protected
getDeepTranslation
exposeSession

Methods

protected
template(tmpl: string, data: any): string
error(message: string, opts?: { [k: string]: any; }): never
infos(message: string, opts?: { [k: string]: any; }): void
message(message: string, opts?: { [k: string]: any; }): void | string
success(message: string, opts?: { [k: string]: any; }): void
trace(message: string)
warn(message: string, opts?: { [k: string]: any; }): void

Static Properties

private
client: WebSocket
protected
getDeepTranslation

Static Methods

protected
template(tmpl: string, data: any): string
error(message: string, opts?: { [k: string]: any; }): never
exposeSession(port?: number, entrypoint?: string): void
infos(message: string, opts?: { [k: string]: any; }): void
message(message: string, opts?: { [k: string]: any; }): void | string
notify(data: Object): void
success(message: string, opts?: { [k: string]: any; }): void
trace(message: string)