UNPKG

@taro-hooks/ahooks

Version:
12 lines (11 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@taro-hooks/core"); function useLatest(value) { var ref = (0, core_1.useRef)(value); ref.current = value; return ref; } exports["default"] = useLatest;