remove node_modules and .gitignore them
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
import { getEndpointProperty } from "./getEndpointProperty";
|
||||
export const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({
|
||||
...acc,
|
||||
[propertyKey]: getEndpointProperty(propertyVal, options),
|
||||
}), {});
|
||||
Reference in New Issue
Block a user