UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 141 B
/** * Returns a new function that will return the value */ declare function constant(value: any): () => any; export default constant;