Skip to content

Commit

Permalink
Extract object merge into copyProps func in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Feb 22, 2020
1 parent 5bbeb06 commit 3329c6d
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 72 deletions.
20 changes: 8 additions & 12 deletions dist/browser/squirrelly.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser/squirrelly.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/squirrelly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser/squirrelly.min.js.map

Large diffs are not rendered by default.

26 changes: 9 additions & 17 deletions dist/squirrelly.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/squirrelly.cjs.js.map

Large diffs are not rendered by default.

26 changes: 9 additions & 17 deletions dist/squirrelly.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/squirrelly.es.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/types/utils.d.ts
@@ -1,5 +1,6 @@
import { SqrlConfig } from './config';
export declare var promiseImpl: any;
export declare function hasOwnProp(obj: object, prop: string): boolean;
export declare function copyProps<T>(toObj: T, fromObj: T): void;
declare function trimWS(str: string, env: SqrlConfig, wsLeft: string, wsRight?: string): string;
export { trimWS };

0 comments on commit 3329c6d

Please sign in to comment.