From 0682b1af30dde4ae9c5c9382433affa47ff874dc Mon Sep 17 00:00:00 2001 From: gcanti Date: Wed, 24 Jun 2020 06:11:03 +0200 Subject: [PATCH] add TODO --- src/ReadonlyRecord.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReadonlyRecord.ts b/src/ReadonlyRecord.ts index 20cd28555..f010bc1e2 100644 --- a/src/ReadonlyRecord.ts +++ b/src/ReadonlyRecord.ts @@ -159,6 +159,7 @@ export function insertAt(k: string, a: A): (r: ReadonlyRecord) => const _hasOwnProperty = Object.prototype.hasOwnProperty +// TODO: rename to avoid #1249? /** * @since 2.5.0 */