UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

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;