about summary refs log tree commit diff stats
path: root/src/js/strings.nim
blob: ab0dd75335eaa48500795bab0d7fdd8c13e5ce8b (plain) (blame)
1
2
3
type
  NarrowString* = distinct string
  WideString* = distinct seq[uint16]