UNPKG

@nlabs/lex

Version:
6 lines (5 loc) 98 B
const fnc = () => { const now = new Date(); return now.getFullYear(); }; export default fnc;