UNPKG

@benev/slate

Version:
11 lines 268 B
export const Txt = { string(bytes) { return new TextDecoder().decode(bytes); }, bytes(string) { return new TextEncoder().encode(string); }, }; /** @deprecated renamed to `Txt` */ export const Text = Txt; //# sourceMappingURL=text.js.map