UNPKG

shell-ahk

Version:

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

15 lines (10 loc) 296 B
# @ts-check import $getType from './getType' import $isArray from './isArray' ###* @type import('../type/module').Shift ### export default (list) -> unless $isArray list throw "$.shift: invalid type '#{$getType list}'" $first = list[0] list.RemoveAt 1 return $first