update ms to 3.0.0
This commit is contained in:
parent
5e82064a7d
commit
9b876b30b2
33 changed files with 36 additions and 43 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue