feat: baseClass
This commit is contained in:
parent
98d203cc46
commit
37eb88ffba
|
@ -18,6 +18,7 @@ export {
|
|||
mergeDiffPrimitive,
|
||||
} from './merge-diff';
|
||||
export {
|
||||
baseClass,
|
||||
map as mapObject,
|
||||
} from './object';
|
||||
export {PropertyMixin as Property} from './property';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
export const baseClass = class {};
|
||||
|
||||
export function map(O, fn) {
|
||||
const keys = Object.keys(O);
|
||||
const result = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user