
JavaScript::Code::Type - A JavaScript Type

#!/usr/bin/perl
use strict;
use warnings;
use JavaScript::Code::Type;
my $type = JavaScript::Code::Type->new({ type => 'String' })->value("Go for it!");
print $type->output;

Returns a string that represents the underlaying type.
Gets or sets the associated value.
Returns the javascript-code for that type.


Sascha Kiefer, esskar@cpan.org

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.