export default padToLength declare function padToLength(anArray: Array, padding: T, targetLength: number): Array