UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

5 lines (4 loc) 159 B
/** Compare the first n elements of an array with another, longer array */ export declare function arrayStartingMatch(a: Array<any>, b: Array<any>): boolean;