@wordpress/data
Version:
Data module for WordPress.
8 lines (7 loc) • 526 B
Source Map (JSON)
{
"version": 3,
"sources": ["../src/create-selector.ts"],
"sourcesContent": ["/**\n * Creates a memoized selector that caches the computed values according to the array of \"dependants\"\n * and the selector parameters, and recomputes the values only when any of them changes.\n *\n * @see The documentation for the `rememo` package from which the `createSelector` function is reexported.\n */\nexport { default as createSelector } from 'rememo';\n"],
"mappings": ";AAMA,SAAoB,WAAXA,gBAAiC;",
"names": ["default"]
}