mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
jquery.cookie supports converter function in the second argument: https://github.com/carhartl/jquery-cookie Example for parsing a value into a number: $.cookie('foo', '42'); $.cookie('foo', Number); // => 42