mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-24 23:28:57 +00:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
import * as equal from "fast-deep-equal";
|
|
type Equal = typeof equal & {
|
|
code: string;
|
|
};
|
|
declare const _default: Equal;
|
|
export default _default;
|