]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - example/src/TestFFI.js
Add FFI JavaScript as a webpack dependency
[github/fretlink/purs-loader.git] / example / src / TestFFI.js
1 'use strict';
2
3 // module Test
4
5 var testing = 'abcde';
6
7 exports.testing = testing;