mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
feat: constfn util
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
|
||||
export default <T> (value: T) => () => value;
|
||||
export default <T>(value: T) =>
|
||||
() =>
|
||||
value;
|
||||
|
||||
Reference in New Issue
Block a user