10000 Deploy bef7c8890b8e863ffe3e80356c962a56f083b8f9 to NPM branch · amdw/immutable-js@b25fb07 · GitHub
[go: up one dir, main page]

Skip to content

Commit b25fb07

Browse files
author
Travis CI
committed
Deploy bef7c88 to NPM branch
1 parent 289ccf6 commit b25fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/immutable.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ declare class Record {
14011401
static getDescriptiveName(record: RecordInstance<any>): string;
14021402
}
14031403

1404-
declare class RecordInstance<T: Object> {
1404+
declare class RecordInstance<T: Object = Object> {
14051405
static (values?: Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>): RecordOf<T>;
14061406
// Note: a constructor can only create an instance of RecordInstance<T>,
14071407
// it's encouraged to not use `new` when creating Records.

0 commit comments

Comments
 (0)
0