The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

JavaScript::Code

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.