mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-21 03:51:11 -08:00
17 lines
269 B
Text
17 lines
269 B
Text
title: $:/plugins/tiddlywiki/aws/lambda/sjcl
|
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
|
|
|
(function() {
|
|
|
|
var module, window = {};
|
|
|
|
global.sjcl = (function() {
|
|
|
|
{{ $:/library/sjcl.js ||$:/core/templates/plain-text-tiddler}}
|
|
|
|
return window.sjcl;
|
|
|
|
})();
|
|
|
|
})();
|