mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-20 19:24:34 +00:00
Fix pngjs test lint failure (again)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user