Files

3 lines
90 B
TypeScript

export declare type State = number;
export declare function reduce(state?: State): State;