base64-js:用于处理 base64 编码任意字符串的 Node.js 模块

时间:2024-07-16 08:32:34
【文件属性】:

文件名称:base64-js:用于处理 base64 编码任意字符串的 Node.js 模块

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-16 08:32:34

JavaScript

base64-js [ ![构建状态] ] 概述 用于处理 base64 编码任意字符串的 Node.js 模块。 用于核心。 用法: var b64 = require ( 'snowplow-base64' ) ; var encoded = b64 . encodeBase64 ( "(some string)" ) ; // Uses URL-safe characters: "_" rather than "/" and "-" rather than "+" var urlSafeEncoded = b64 . encodeBase64UrlSafe ( "(some string)" ) ; 贡献快速入门 假设 git、[Vagrant] 和 [VirtualBox] 已安装: host$ git clone https://github.com/snowplo


【文件预览】:
base64-js-master
----.gitignore(36B)
----README.md(2KB)
----Vagrantfile(714B)
----package.json(555B)
----index.js(3KB)
----vagrant()
--------.gitignore(28B)
--------ansible.hosts(25B)
--------push()
--------up.playbooks(25B)
--------up.bash(1KB)
--------up.guidance(57B)
--------peru.yaml(550B)
----test.js(1KB)
----.travis.yml(48B)
----LICENSE-2.0.txt(11KB)

网友评论