update ms to 3.0.0
This commit is contained in:
12
packages/backend/@types/ms.d.ts
vendored
12
packages/backend/@types/ms.d.ts
vendored
@ -1,12 +0,0 @@
|
||||
declare module 'ms' {
|
||||
interface IMSOptions {
|
||||
long: boolean;
|
||||
}
|
||||
|
||||
function ms(value: string): number;
|
||||
function ms(value: number, options?: IMSOptions): string;
|
||||
|
||||
namespace ms {} // Hack
|
||||
|
||||
export = ms;
|
||||
}
|
Reference in New Issue
Block a user