Fix tab indentation
This commit is contained in:
parent
77e8d9dad8
commit
19c5359b28
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ export const enum TypeName {
|
||||||
ArrayBuffer = 'ArrayBuffer',
|
ArrayBuffer = 'ArrayBuffer',
|
||||||
SharedArrayBuffer = 'SharedArrayBuffer',
|
SharedArrayBuffer = 'SharedArrayBuffer',
|
||||||
DataView = 'DataView',
|
DataView = 'DataView',
|
||||||
Promise = 'Promise',
|
Promise = 'Promise',
|
||||||
URL = 'URL'
|
URL = 'URL'
|
||||||
}
|
}
|
||||||
|
|
||||||
const toString = Object.prototype.toString;
|
const toString = Object.prototype.toString;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue