# @ts-check

import tail_drop from './drop'

###* @type import('./tail').Tail ###
export default (list) -> tail_drop list, 1