mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
//#region src/core/slice.ts
|
|
function defineSlice() {
|
|
return (config) => config;
|
|
}
|
|
//#endregion
|
|
export { defineSlice };
|
|
|
|
//# sourceMappingURL=slice.js.map
|