mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-09-06 22:17:31 +00:00
Init
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
var constant = require("../../function/constant")
|
||||
, o = { b: constant("c") };
|
||||
|
||||
module.exports = function (t, a) { a(t("b")(o), "c"); };
|
||||
Reference in New Issue
Block a user