日本語
外観
指定した名前の cookie の値を取得します。
string
name
import { getCookie } from 'ranuts'; const result = getCookie('name'); console.log(result); // ''