UNPKG
awesome-string
Version:
latest (1.1.1)
1.1.1
1.1.0
The ultimate JavaScript string library
hyeonil.github.io
hyeonil/awesome-string
awesome-string
/
config
/
banner.js
11 lines
(10 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
packageInfo = require(
'../package.json'
);
export
default
`
/*! * Awesome String string library ${packageInfo.version} * It forked from Voca Library. * * Copyright Hyeonil Jeong and other contributors * Released under the MIT license */
`;