NAME
JavaScript::Code::Number - A JavaScript Number Type
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.
$self->type( )
$self->output( )
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.