mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-31 08:41:02 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
interface Class {
|
||||
prototype: object;
|
||||
super_: Class;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
export default function inherits(child: Class, parent: Class): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user