Files
managed-git/Git/Blob.fs
Smaug123 f550ca4f84 Commits
2020-05-03 13:37:34 +01:00

8 lines
183 B
Forth

namespace Git
[<RequireQualifiedAccess>]
module Blob =
let encode (content : byte array) : byte array = content
let decode (file : byte array) : byte array =
file