``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
5 lines
201 B
TypeScript
5 lines
201 B
TypeScript
import { SheetAppState } from "../typings";
|
|
|
|
export const getInitFailed = (state: SheetAppState) => state.sheet.initFailed;
|
|
export const getInitError = (state: SheetAppState) => state.sheet.initError;
|