//// [augmentArray.ts] interface Array { (): any[]; } //// [augmentArray.js]