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