mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
refactor: remove unused requires
This commit is contained in:
parent
644bb253b9
commit
748278587d
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
import type * as TypedArrays from "../utils/typedArrays";
|
||||
type NumericArrayLike = TypedArrays.NumericArrayLike;
|
||||
|
||||
const { Uint16Array, Uint8Array } = require("../utils/typedArrays") as typeof TypedArrays;
|
||||
const { Uint8Array } = require("../utils/typedArrays") as typeof TypedArrays;
|
||||
import { DeflateState } from "./deflate";
|
||||
|
||||
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import type * as TypedArrays from "../utils/typedArrays";
|
||||
|
||||
const { Uint8Array } = require("../utils/typedArrays") as typeof TypedArrays;
|
||||
const { Z_UNKNOWN } = require("./constants") as typeof import("./constants");
|
||||
|
||||
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
|
||||
|
|
Loading…
Add table
Reference in a new issue