PromucFlow_constructor/app/client/src/constants/defs/base64-js.json

12 lines
285 B
JSON
Raw Normal View History

{
"!name": "base64-js",
"btoa": {
"!doc": "creates a base-64 encoded ASCII string from a \"string\" of binary data",
"!type": "fn(aString: string) -> string"
},
"atob": {
"!doc": "decodes a base64 encoded string",
"!type": "fn(bString: string) -> string"
}
}