This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
waibao
/
NN2022100801
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e87628101b
Ramas
Etiquetas
master
NN2022100801
/
addons
/
admin
/
node_modules
/
date-fns
/
is_same_year
/
index.d.ts
index.d.ts
103 B
Histórico
Raw
1
2
3
4
declare module 'date-fns/is_same_year' {
import {isSameYear} from 'date-fns'
export = isSameYear
}