From 408c2b40c6c5783fcfae619d30e8427e9c96a2db Mon Sep 17 00:00:00 2001 From: Anton Kuznetsov <1788245+isnifer@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:33:20 +0300 Subject: [PATCH] Add import example to README (#190) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51fbb69..54e1cda 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ $ npm install cookie ```js const cookie = require("cookie"); +// import * as cookie from 'cookie'; ``` ### cookie.parse(str, options)