From 2100f48585c91f04029fcde19144704025521fa4 Mon Sep 17 00:00:00 2001 From: Gil Barbara Date: Sat, 10 Jul 2021 19:56:09 -0300 Subject: [PATCH] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c2a321..4bf200b 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ webSession.update();
Type Definition -export type AnyObject = Record; -export type NarrowPlainObject = Exclude any)>; - ```typescript +type AnyObject = Record; +type NarrowPlainObject = Exclude any)>; + interface Options {   /*    * A function called on every update that receive the session data.