NAME
JavaScript::Code::Number - Javascript numbers
SYNOPSIS
#!/usr/bin/perl
use strict;
use warnings;
use JavaScript::Code::Number;
my $number = JavaScript::Code::String->new()->value(42);
print $number->output;
METHODS
See also the JavaScript::Code::Type documentation.
SEE ALSO
AUTHOR
Sascha Kiefer, esskar@cpan.org
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.