UNPKG

@joshfarrant/shortcuts-js

Version:
3 lines (2 loc) 98 B
declare type WFMathOperation = ('+' | '-' | '×' | '÷' | '…'); export default WFMathOperation;