``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
import { SharedAppState } from "../stores/typings";
|
|
|
|
export const getError = (state: SharedAppState) => state.appInfo.error;
|