astro-ghostcms/.pnpm-store/v3/files/cd/72bd3c3afedea34c6c296cd544f...

7 lines
164 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function arr_back(arr) {
return arr[arr.length - 1];
}
exports.default = arr_back;