UNPKG

@fourlights/mapper

Version:

A simple data mapper written in typescript

6 lines (5 loc) 192 B
export { isPlainObject } from './isPlainObject.js'; export { wrapProperty } from './wrapProperty.js'; export { pick } from './pick.js'; export { omit } from './omit.js'; import '../types.js';