summaryrefslogtreecommitdiff
path: root/std/node/string_decoder.ts
blob: cc6fb5186af53751cd9b366b800880d912628ad5 (plain)
1
2
3
4
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "./_string_decoder.ts";
import * as m from "./_string_decoder.ts";
export default m;