This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
anot
Archived
1
0
Fork 0
anot/copyright.js

10 lines
196 B
JavaScript
Raw Permalink Normal View History

2020-08-13 15:58:18 +08:00
import { version } from './package.json'
export default `/**
* Anot.js -- an mini mvvm framework
* @author yutent<yutent.io@gmail.com>
* @date 2020/08/13 15:26:11
* @version ${version}
*/
`