Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 375 Bytes

api.istack.pop.md

File metadata and controls

17 lines (10 loc) · 375 Bytes

Home > @thi.ng/api > IStack > pop

IStack.pop() method

Removes top-of-stack item and returns type P.

Signature:

pop(): P | undefined;

Returns:

P | undefined