Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 190B

1234567891011
  1. /// <reference path="./types.d.ts" />
  2. declare module 'dayjs/locale/*' {
  3. namespace locale {
  4. interface Locale extends ILocale {}
  5. }
  6. const locale: locale.Locale
  7. export = locale
  8. }