Stephan1973
Results
1
issues of
Stephan1973
Is it possible to get the defined string size from a sructure Struct definition: ``` var playerSchema = new _.Schema({ name: _.type.string(16) }); ``` Struct use: ``` var buf =...