UNPKG

@ma3-pro-plugins/ma3-pro-plugins-lib

Version:
4 lines (3 loc) 204 B
// Taken from here: https://github.com/iskolbin/lbase64/blob/master/base64.lua export const encode: (this: void, source: string) => string; export const decode: (this: void, b64Source: string) => string;