Skip to content

Commit

Permalink
🚧 progress: Typings.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 23, 2024
1 parent e11169f commit 2905f62
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion imports/api/documents/decodeText.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error Needs more recent @types/node
import {type Buffer} from 'buffer';

const decodeText = async (encoding: string, array: Uint8Array) => {
Expand Down
1 change: 0 additions & 1 deletion imports/api/query/dotNotation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Helper types for dot-notation filter attributes
*/
// @ts-expect-error Needs more recent @types/node
import {type Buffer} from 'buffer';

import schema, {at, keyof} from '../../lib/schema';
Expand Down
1 change: 0 additions & 1 deletion imports/api/uploads.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs from 'fs'; // Required to read files initially uploaded via Meteor-Files
// @ts-expect-error Needs more recent @types/node
import {type Buffer} from 'buffer';
import {Readable} from 'stream';

Expand Down
2 changes: 0 additions & 2 deletions imports/lib/hmac.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import assert from 'assert';
// @ts-expect-error Needs more recent @types/node
import {type Buffer} from 'buffer';

import promisify from './async/promisify';
import schema from './schema';
Expand Down
1 change: 0 additions & 1 deletion imports/lib/pdf/pdfthumbnails.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error Needs more recent @types/node
import {type Buffer} from 'buffer';
import {type Readable} from 'stream';

Expand Down

0 comments on commit 2905f62

Please sign in to comment.