@nlabs/arkhamjs
Version:
Javascript Flux Library
13 lines (12 loc) • 419 B
TypeScript
/**
* Copyright (c) 2018-Present, Nitrogen Labs, Inc.
* Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
*/
export declare class ArkhamConstants {
static readonly GO_BACK: string;
static readonly GO_REPLACE: string;
static readonly GOTO: string;
static readonly INIT: string;
static readonly UPDATE_TITLE: string;
static readonly UPDATE_VIEW: string;
}