mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
specify return type of setlocal()
This commit is contained in:
Vendored
+1
-1
@@ -301,7 +301,7 @@ declare module 'node-calendar' {
|
||||
*
|
||||
* @throws {IllegalLocaleError} if the provided locale is invalid.
|
||||
*/
|
||||
export function setlocale(locale?: string);
|
||||
export function setlocale(locale?: string): void;
|
||||
|
||||
/**
|
||||
* Unrelated but handy function to calculate Unix timestamp from GMT.
|
||||
|
||||
Reference in New Issue
Block a user