mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix pngjs test lint failure (again)
This commit is contained in:
parent
8c734c2da5
commit
aa4ee82744
@ -26,10 +26,10 @@ const pngs = [
|
||||
|
||||
const png = pngs[0];
|
||||
|
||||
if (png.readable === true) {
|
||||
if (png.readable) {
|
||||
console.log('readable');
|
||||
}
|
||||
if (png.writable === true) {
|
||||
if (png.writable) {
|
||||
console.log('writable');
|
||||
}
|
||||
png.width === 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user