UNPKG

81 BTypeScriptView Raw
1declare function SameValue(x: unknown, y: unknown): boolean;
2export = SameValue;