UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 207 B
export type SetFixed = (isFixed?: boolean | 'Toggle' | 'On' | 'Off') => void declare module './setFixed' { /** Sets the fixed state of the window */ const setFixed: SetFixed export default setFixed }