5 lines
257 B
JavaScript
5 lines
257 B
JavaScript
let strips = [["RevisionBreak.png","2024-05-26T15:31:10.091Z"],["macbeth-macbeth-where-fore-art-thou-macbeth.png","2024-05-26T15:31:10.091Z"]]
|
|
strips = strips.reverse()
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = strips;
|
|
} |