mirror of https://github.com/aminya/setup-cpp
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
|
declare module "time-delta/locales/en.js" {
|
||
|
import { Locale } from "time-delta"
|
||
|
|
||
|
declare const En = Locale
|
||
|
export = En
|
||
|
}
|