UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

10 lines (7 loc) 209 B
import type { MathShell } from './types/mathShell' export type Math = MathShell declare module './math' { /** Creates a math shell for mathematical operations */ const math: Math export default math }