docs: missing license header
This commit is contained in:
parent
2524fb3272
commit
f6e8f35aff
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
declare module '@twemoji/parser/dist/lib/regex' {
|
declare module '@twemoji/parser/dist/lib/regex' {
|
||||||
const regex: RegExp;
|
const regex: RegExp;
|
||||||
export default { default: regex };
|
export default { default: regex };
|
||||||
|
|
Loading…
Reference in New Issue