3 Star 0 Fork 0

Gitee 极速下载 / pantojs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pantojs/panto
克隆/下载
index.js 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
yinyong02 提交于 2016-07-20 12:34 . upgrade to 0.0.22
/**
* Copyright (C) 2016 pantojs.xyz
* index.js
*
* changelog
* 2016-06-21[17:41:48]:revised
*
* @author yanni4night@gmail.com
* @version 0.0.22
* @since 0.0.1
*/
'use strict';
const defineFrozenProperty = require('define-frozen-property');
const Panto = require('./src/panto');
/**
* Global Panto single instance.
*
* @type {Panto}
* @global
*/
const panto = new Panto();
defineFrozenProperty(global, 'panto', panto, true);
module.exports = panto;
1
https://gitee.com/mirrors/pantojs.git
git@gitee.com:mirrors/pantojs.git
mirrors
pantojs
pantojs
es2017

搜索帮助