Skip to content

Commit 81d6b1e

Browse files
authored
[AUTOMATED]: Prettier Code Styling (#469)
1 parent c647fe4 commit 81d6b1e

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

packages/util/index.ts

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,27 @@ export { base64, base64Decode, base64Encode } from './src/crypt';
1919
export { CONSTANTS } from './src/constants';
2020
export { deepCopy, deepExtend, patchProperty } from './src/deepCopy';
2121
export { Deferred } from './src/deferred';
22-
export { getUA, isMobileCordova, isNodeSdk, isReactNative } from './src/environment';
23-
export { ErrorFactory, ErrorList, FirebaseError, patchCapture, StringLike } from './src/errors';
22+
export {
23+
getUA,
24+
isMobileCordova,
25+
isNodeSdk,
26+
isReactNative
27+
} from './src/environment';
28+
export {
29+
ErrorFactory,
30+
ErrorList,
31+
FirebaseError,
32+
patchCapture,
33+
StringLike
34+
} from './src/errors';
2435
export { jsonEval, stringify } from './src/json';
25-
export { decode, isAdmin, issuedAtTime, isValidFormat, isValidTimestamp } from './src/jwt';
36+
export {
37+
decode,
38+
isAdmin,
39+
issuedAtTime,
40+
isValidFormat,
41+
isValidTimestamp
42+
} from './src/jwt';
2643
export {
2744
clone,
2845
contains,
@@ -54,5 +71,11 @@ export {
5471
Subscribe,
5572
Unsubscribe
5673
} from './src/subscribe';
57-
export { errorPrefix, validateArgCount, validateCallback, validateContextObject, validateNamespace } from './src/validation';
74+
export {
75+
errorPrefix,
76+
validateArgCount,
77+
validateCallback,
78+
validateContextObject,
79+
validateNamespace
80+
} from './src/validation';
5881
export { stringLength, stringToByteArray } from './src/utf8';

0 commit comments

Comments
 (0)