We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43c501 commit 7475b35Copy full SHA for 7475b35
src/stdlib/Base64.fs
@@ -26,6 +26,6 @@ type IExports =
26
abstract b32encode : byte[] -> byte[]
27
abstract b16encode : byte[] -> byte
28
29
- /// Miscellaneous operating system interfaces
+ /// Base16, Base32, Base64, Base85 Data Encodings
30
[<ImportAll("base64")>]
31
let base64: IExports = nativeOnly
0 commit comments