@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2089-20250114154030 to 0.0.0-PR2089-20250114154839
@@ -9,4 +9,4 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export * from "./data-schema"; | ||
export { pluck, mapObject, clone } from "./utils/object-utils"; | ||
export { pluck, mapObject } from "./utils/objective_"; | ||
export { default as Util } from "./utils/util"; | ||
export type { GridDimensions, Position } from "./utils/util"; |
/** | ||
<<<<<<<< HEAD:packages/perseus-core/src/utils/object-utils.ts | ||
* Utilities for objects | ||
======== | ||
* _ utilities for objects | ||
>>>>>>>> main:packages/perseus-core/src/utils/objective_.ts | ||
*/ | ||
@@ -35,2 +31,1 @@ /** | ||
export declare const mapObject: <K extends string, V, U>(obj: Record<K, V>, lambda: (arg1: V, arg2: K) => U) => Record<K, U>; | ||
export declare const clone: <T>(obj: T) => T; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2089-20250114154030", | ||
"version": "0.0.0-PR2089-20250114154839", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
778148
16
6648